Page 1 of 1

Possible to enable scripts on one specific page?

Posted: Sat Dec 04, 2010 10:49 pm
by gx240
Is it possible to enable scripts on one particular page while blocking them on the rest of the site? For example I want to block all scripts on "www.somesite.com" while still allowing scripts on "www.somesite.com/one-important-page.php"

I know I could just block the site, and use the "temporarily allow from..." option, but I'm looking for a more permanent solution.

Re: Possible to enable scripts on one specific page?

Posted: Sun Dec 05, 2010 9:35 am
by Giorgio Maone
No, you can't.

Re: Possible to enable scripts on one specific page?

Posted: Wed Dec 08, 2010 3:45 am
by meddler
How about using ABE?

Code: Select all

Site www.somesite.com/one-important-page.php
Accept
Site www.somesite.com
Deny INC(SCRIPT)
Insert rule like above in USER ruleset.
And, add www.somesite.com to Whitelist.

I thank Mr.Maone & NS supporters for implementing this useful feature.