Page 1 of 1

Noscript Breaking a Website despite Everything 'Trusted'

Posted: Fri Jul 02, 2021 6:41 pm
by whiteletter
Hi folks.

I'm having an issue on Firefox with noscript and the Musician's Friend website. Basically it breaks it for me, unless I set it, every time, to 'disable restrictions for this tab'. There's no way for me to set all the sites listed when I visit it to 'trusted' because even when they're all set to trusted, the page is still broken.

Why is this the case? What's being blocked that I can't set to 'trusted' because it's not listed? Is there a workaround beside either disabling noscript or clicking 'disable restrictions for this tab' every time I visit?

Is this a problem local to my particular setup or duplicatable for other folks here? Thanks.

Re: Noscript Breaking a Website despite Everything 'Trusted'

Posted: Fri Jul 02, 2021 6:52 pm
by whiteletter
Following up I see there are other posts here with similar issues.

I checked 'unrestricted CSS' for trusted websites, and that fixes the breakage. Can anyone tell me more about what 'unrestricted CSS' is?

Re: Noscript Breaking a Website despite Everything 'Trusted'

Posted: Fri Jul 02, 2021 6:56 pm
by Giorgio Maone
whiteletter wrote: Fri Jul 02, 2021 6:52 pm I checked 'unrestricted CSS' for trusted websites, and that fixes the breakage. Can anyone tell me more about what 'unrestricted CSS' is?
"Unrestricted CSS" means that NoScript skips some additional checks on visual stylesheets which make sense where scripts are disabled and attackers may reach for additional means to work around the blocking.
Having it checked on TRUSTED sites is the recommended setting.

Re: Noscript Breaking a Website despite Everything 'Trusted'

Posted: Fri Jul 02, 2021 7:45 pm
by whiteletter
Thanks, I got it.

Re: Noscript Breaking a Website despite Everything 'Trusted'

Posted: Tue Jul 06, 2021 8:53 pm
by DougM
FYI I had this issue as well. As of the 11.2.9 update, 'unrestricted CSS' was un-checked for trusted sites. Checking it resolved problems loading various sites.

Re: Noscript Breaking a Website despite Everything 'Trusted'

Posted: Mon Oct 25, 2021 5:38 am
by JaneGirl
There's a safer solution, as there's some security issue with unrestricted CSS (not sure about CSS standard, but at least some browser (IE comes to mind) allow some level of scripting with CSS - I remember I had to use this to ensure my site showed PNG's with transculent parts correctly with IE 5 & 5.5!

Anyway, while I wonder why nobody explained it better what issues it can have, I'm even more baffled that nobody suggested using "Custom" instead of "Allowed". When you choose "Custom" for a domain, it let's you pick specific permissions for that domain, and you can check all of them if you so want; including "unrestricted CSS"

Didn't check the posts date, so not sure if this is applicable to the version used when this was posted, but it-s not a new option.

Re: Noscript Breaking a Website despite Everything 'Trusted'

Posted: Mon Oct 25, 2021 2:41 pm
by barbaz
You can do that, however there is no security advantage to un-checking the "unrestricted CSS" option on script-allowed sites as discussed before in other threads. If a site wants to do that type of attack, and you allow its Javascript, it will just do it with Javascript since JS provides many easier and more accurate ways to perform the attack than trying to do it through CSS.