Force deny access to view the iframed forum, if javascript disabled ... whynever?

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Force deny access to view the iframed forum, if javascript disabled ... whynever?

Re: Force deny access to view the iframed forum, if javascript disabled ... whynever?

by axew3 » Fri Jan 24, 2020 11:31 am

well, it is intended as not secure where, i can surf the web with a custom browser, which is instructed to not parse elements or execute instructions, that all effectively can affect (and can be changed), only into client side

Force deny access to view the iframed forum, if javascript disabled ... whynever?

by axew3 » Fri Jan 24, 2020 8:54 am

So, maybe you come over the fact, installing a payment system in WordPress, for users that need to pay before, to see then WP pages content ... may also to view the phpBB iframed into wordpress forum page, that by the way, could be accessed via direct url, DISABLING JAVASCRIPT on browser. The overall_footer.html will not work, then since no redirect happen, the phpBB forum will display.
Beside the fact, that i can setup groups which the user will belong to, only after a specified payment executed, so phpBB will not display nothing until user do not belong to this group, but how by the way i can easily block the access to the real phpBB forum, if user come with javascript disabled on browser? It seem to me possible, just adding this into the phpBB overall_header.html, as soon inside the <head> tag:

Code: Select all

<noscript><meta http-equiv="refresh" content="0; url=/youhavenojspage.html"></noscript>

Top