Page 1 of 1

Cannot finetune NoScript permissions (with ABE) across sites

Posted: Sun Jul 30, 2017 9:01 am
by SergeGardien
I want to enable the script "repstatic.it" for the website

Code: Select all

www.repubblica.it
but not on the subdomain

Code: Select all

espresso.repubblica.it
but it seems I'm unable to do that with the following ABE filter (I've followed the guide at https://noscript.net/faq#qa8_10):

Code: Select all

Site repstatic.it
Accept from www.repubblica.it
Deny
Same thing with:

Code: Select all

Site repstatic.it
Accept from www.repubblica.it
Deny espresso.repubblica.it
I've also tried other combinations (using *.website.com and .website.com around the various part of the filter) without success.

To check if the filter is working properly you should be able to bypass the paywall on espresso.repubblica.it, e.g., you should be able to read the article at:

Code: Select all

http://espresso.repubblica.it/plus/articoli/2017/07/11/news/tecno-crazia-1.305838
and at the same time you shouldn't have problem in watching images at:

Code: Select all

http://www.repubblica.it/ambiente/2017/07/29/foto/sardegna_la_bellezza_della_natura_negli_scatti_di_venti_fotografi-171932356/1/#1
Can you please help?

Re: Cannot finetune NoScript permissions (with ABE) across s

Posted: Sun Jul 30, 2017 4:47 pm
by barbaz
Allow repstatic.it in NoScript script blocking, then try -

Code: Select all

Site .repstatic.it
Deny INC(SCRIPT) from .espresso.repubblica.it
Sandbox from .espresso.repubblica.it

Re: Cannot finetune NoScript permissions (with ABE) across s

Posted: Sun Jul 30, 2017 7:11 pm
by SergeGardien
barbaz wrote:Allow repstatic.it in NoScript script blocking, then try -

Code: Select all

Site .repstatic.it
Deny INC(SCRIPT) from .espresso.repubblica.it
Sandbox from .espresso.repubblica.it
Many thanks barbaz. That works perfectly :)

Re: Cannot finetune NoScript permissions (with ABE) across s

Posted: Sun Jul 30, 2017 7:24 pm
by barbaz
You're welcome! Image