Search found 9414 matches

by barbaz
Fri Apr 12, 2024 2:09 pm
Forum: NoScript Support
Topic: Getting "This is a privileged page, whose permissions cannot be configured."
Replies: 5
Views: 2390

Re: Getting "This is a privileged page, whose permissions cannot be configured."

@DanskerDave: about:config > remove support.mozilla.org from extensions.webextensions.restrictedDomains
by barbaz
Sun Mar 31, 2024 4:11 pm
Forum: Security
Topic: Malicious code in XZ supply chain and releases
Replies: 2
Views: 205

Re: Malicious code in XZ supply chain and releases

Now this is interesting: Someone is making the point that because affected versions of xz-utils are GPL-licensed, the malware author and the xz-utils project are both legally required to provide the full source code for the malware (which was distributed only in obfuscated binary form) - github.com/...
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: 346

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: 346

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: 170

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: 223

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: 170

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: 271

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: 346

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: 218

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: 271

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: 325

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: 346

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 ...