Outseta uses Javascript to protect your content. A common concern with this method of content protection is that tech savvy user could disable Javascript, allowing them to access otherwise protected content.
Outseta's enhanced content protection script solves for that—users will no longer be able to access your content if they disable Javascript.
Add the script below to the header of your website—users that disable Javascript will redirected to the URL you enter into the script (shown in bold below).
<noscript>
<meta http-equiv="refresh"
content="0; url=https://www.outseta.com" />
</noscript>
We recommend using your homepage URL so users are redirected there if they disable Javascript.
That's it! Users can no longer access your content by disabling Javascript.