Search found 9411 matches

by barbaz
Thu Mar 21, 2024 8:08 pm
Forum: NoScript Development
Topic: Proposal to default-allow Server-Side Rendering frameworks' client helper libraries
Replies: 4
Views: 173

Re: Proposal to default-allow Server-Side Rendering frameworks' client helper libraries

Took a quick look into htmx and Phoenix LiveView, and their events support seems enough to perform clickjacking attacks that would not be possible on truly scriptless pages. In NoScript's security model, this should not be allowed on every website by default, it would be appropriate to have to set w...
by barbaz
Thu Mar 21, 2024 6:34 pm
Forum: NoScript Development
Topic: Proposal to default-allow Server-Side Rendering frameworks' client helper libraries
Replies: 4
Views: 173

Re: Proposal to default-allow Server-Side Rendering frameworks' client helper libraries

I use NoScript because I want to protect myself from malicious websites, advertising and analytics and browser fingerprinting, etc. And the proposal you've outlined would harm NoScript's ability to help these purposes. The scripts would have to be downloaded to verify the hash, which right there op...
by barbaz
Wed Mar 20, 2024 3:03 pm
Forum: NoScript Support
Topic: Settings: noscript checkbox
Replies: 3
Views: 100

Re: Settings: noscript checkbox

It's generally better to allow it since it helps sites degrade gracefully when scripts are disabled. The security risk would involve a <meta> refresh inside a <noscript> element redirecting you somewhere bad, but Firefox can intercept those: about:config > set accessibility.blockautorefresh to true....
by barbaz
Wed Mar 20, 2024 12:47 am
Forum: NoScript Support
Topic: [Resolved] Is there any way to make the font size larger in NoScript?
Replies: 4
Views: 155

Re: Is there any way to make the font size larger in NoScript?

I don't know any built-in way, but should be achievable with userContent.css - @-moz-document url-prefix("moz-extension://YOUR-UUID-FOR-NOSCRIPT/") { * { font-size: 20px !important; } } replacing YOUR-UUID-FOR-NOSCRIPT with the UUID shown in the address bar when you go to NoScript Options....
by barbaz
Wed Mar 20, 2024 12:39 am
Forum: NoScript Support
Topic: Settings: noscript checkbox
Replies: 3
Views: 100

Re: Settings: noscript checkbox

See the sticky - viewtopic.php?t=26285
by barbaz
Thu Mar 07, 2024 10:31 pm
Forum: NoScript Support
Topic: [Unrelated] UPDATE in first post - Latest NS glitches on Facebook
Replies: 2
Views: 203

Re: Latest NS glitches on Facebook

When this issue occurs, do you see a message in the Web Console (Ctrl-Shift-K) from NoScript about a sanitized paste? If so, could you please post it here?
by barbaz
Thu Mar 07, 2024 3:21 pm
Forum: NoScript Support
Topic: Unable to allow media elements to display on this page
Replies: 2
Views: 172

Re: Unable to allow media elements to display on this page

That video doesn't play for me even with NoScript and uBlock Origin completely disabled in Tools > Add-ons and Themes. Using the Chromium page inspector it looks like that content may be served by Akamai, I see references to "akamaized.net" in there, but I don't know enough about modern pa...
by barbaz
Sat Mar 02, 2024 3:08 pm
Forum: NoScript Support
Topic: History of latest Scripts
Replies: 1
Views: 158

Re: History of latest Scripts

This is not currently possible, though features to deal with this have been requested before - https://forums.informaction.com/viewtopic.php?t=24043 https://forums.informaction.com/viewtopic.php?t=26249 You could try "Disable restrictions for this tab" in NoScript, and if you happen to als...
by barbaz
Sun Feb 25, 2024 1:40 am
Forum: NoScript General
Topic: oft updated blocklists
Replies: 1
Views: 221

Re: oft updated blocklists

morganism wrote: Sat Feb 24, 2024 10:02 pm putting here cuz block thread is locked)
What "block thread" did you want to post this in? Could you please post the exact link to the thread?
by barbaz
Tue Feb 20, 2024 11:36 pm
Forum: NoScript Support
Topic: Weird behavior on PlanetMinecraft
Replies: 3
Views: 252

Re: Weird behavior on PlanetMinecraft

allanonmage wrote: Sat Feb 17, 2024 3:53 pm I was on the page https://www.planetminecraft.com/project ... -10001000/ and you can mouse over the user to get the error.
Username hovering on that page works for me without error on Firefox 122 with only planetminecraft.com set to Temp. TRUSTED.
by barbaz
Tue Feb 20, 2024 11:34 pm
Forum: NoScript Support
Topic: Loading of a font from the same site like the html and the images should be allowed by default?
Replies: 5
Views: 279

Re: Loading of a font from the same site like the html and the images should be allowed by default?

My fear is that the reader sees the "L", "H", "R" and does not know that he could allow scripts or fonts in NoScript to get the proper symbols instead. Looking at your site, that concern is reasonable. Typically I don't even think to check for allowable fonts unless I ...
by barbaz
Tue Feb 20, 2024 4:13 pm
Forum: NoScript Support
Topic: Loading of a font from the same site like the html and the images should be allowed by default?
Replies: 5
Views: 279

Re: Loading of a font from the same site like the html and the images should be allowed by default?

https://hackademix.net/2010/03/24/why-noscript-blocks-web-fonts/ Although IIRC typical build configurations of modern Firefox compile web font libraries into WASM and sandbox them (how to check if this is the case for a given Firefox build?), so not sure how big the threat from malicious web fonts ...
by barbaz
Sat Feb 17, 2024 5:15 pm
Forum: NoScript Support
Topic: Firefox can't restore Noscript_data
Replies: 3
Views: 385

Re: Firefox can't restore Noscript_data

have it somewhere in my saved profile folder, but where it is buried? https://forums.informaction.com/viewtopic.php?p=103393#p103393 (possibly also relevant here: https://forums.informaction.com/viewtopic.php?p=107283#p107283 ) Still another storage location: Where does Firefox save settings that y...
by barbaz
Sat Feb 17, 2024 4:56 pm
Forum: NoScript Support
Topic: Weird behavior on PlanetMinecraft
Replies: 3
Views: 252

Re: Weird behavior on PlanetMinecraft

(I don't currently have access to my systems with Firefox+NoScript, so can't yet check the link directly, but thank you for posting the exact URL + steps to reproduce the issue 8-) In the mean time...) NoScript can mess with AJAX. If the issue persists when (as a test) using "Disable restrictio...