Today we will discuss password-protected! We have seen that WordPress websites can be password-protected.
If we want to password protect blogger website then some rules are important to follow. Blogger is a website founded by Google. Blogger has no password protection rules. But note that some JavaScript may be password protected. Password protected JavaScript does not guarantee 100% security! A good quality web developer can break it if they want. But before using it you must share important things keeping security in mind.
Below is the code:
<script type="text/javascript"> * Script to Protect Passwords * var password = '112233' password=prompt('Access to this page requires the password.:',''); if (password != '112233') { location.href='/'; } </script>
Enter or change the password on the yellow color mark. 112233 Don't change the code! Enter the place where you want to use it and the script will work.
If you have a problem, you can tell your problem in the Telegram group or in the comment box.