JS Required

The users without JavaScript are blocked from my site how can I allow it to access always?

Hi

Only clients which support javascript and cookies can access any content hosted on InfinityFree.

even Cloudflare uses JS to do various checks

4 Likes

If you are asking to force users to use JavaScript you cannot. It is optional for all users. You can use the

<noscript>

tag that will only show when the user has JavaScript disabled though.

aes check is done before it even starts requesting files from the website
so it makes no sense to put that code
because if the aes is not passed it will not be displayed

Simple answer: Use Cloudflare.

Thanks Solved

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.