I started using SecurityJS on my site now.
In the documentation, it says the message will show in the console after securityjs is active.
But the console message won't show after I embed it like the documentation says.
I'm using an HTTP site too, which may be apart of the problem, but I don't know for sure.
Why won't the message show?
Here's how I embedded it:
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/Parking-Master/SecurityJS.128@latest/SecurityJS.128.min.js" async defer></script>
CodePudding user response:
I'm the author of SecurityJS.128 :)
You are absolutely right, the problem is your site is using HTTP instead of HTTPs.
As noted in SecurityJS, you can only use it with encrypted sites.
If you possibly have HTTPs, use that for SecurityJS.