I'm not saying this feature should be enabled by default and/or the only mode of operation.
As for expired permissions, they should be inactive and marked as expired, but not completely deleted.
Search found 15 matches
- Mon Nov 18, 2024 5:30 pm
- Forum: NoScript Development
- Topic: Feature request: disable unused permissions
- Replies: 2
- Views: 2415
- Mon Nov 18, 2024 9:59 am
- Forum: NoScript Development
- Topic: Feature request: disable unused permissions
- Replies: 2
- Views: 2415
Feature request: disable unused permissions
I think it's no news to anyone that websites sometimes go down and domains may change ownership over time. A website I used to visit 5 years ago may not be the same website today, and I wouldn't necessary trust it the same way that I used to. It would be nice to be able to see when was the last time...
- Wed May 22, 2024 4:43 pm
- Forum: NoScript Development
- Topic: Feature Request: Plays nice with Containers!
- Replies: 9
- Views: 30885
Request to support Firefox Containers
I know there is already a topic on this, but I cannot post anything there because of antispam protection.
I'd like to be able to set container-specific page permissions. For example, set Google as trusted in a Google-dedicated container but untrusted by default.
I'd like to be able to set container-specific page permissions. For example, set Google as trusted in a Google-dedicated container but untrusted by default.
- Fri Jan 20, 2023 12:41 am
- Forum: NoScript Support
- Topic: UI regression with popup windows
- Replies: 5
- Views: 1203
- Tue Jan 17, 2023 3:43 am
- Forum: NoScript Development
- Topic: RFE: uBlock-Origin-like Logger
- Replies: 4
- Views: 15883
- Tue Jan 17, 2023 3:39 am
- Forum: NoScript Support
- Topic: UI regression with popup windows
- Replies: 5
- Views: 1203
Re: UI regression with popup windows
I call this a regression because there is a UI element that is otherwise functioning but not in this particular case. Yes, I use Firefox. Thanks for suggestion, but I'd prefer to avoid using userChrome. I agree that logging console would be a nice addition and could help in cases of multiple redirec...
- Tue Jan 17, 2023 12:58 am
- Forum: NoScript Support
- Topic: UI regression with popup windows
- Replies: 5
- Views: 1203
UI regression with popup windows
When a site opens a new page in a popup window with minimal controls, there is no easy way to check/set script permissions for that new page. In case that page requires new permissions, it will not work properly until reopened in a new tab, where NoScript controls are available. I made a test case t...
- Tue Mar 15, 2022 9:47 am
- Forum: NoScript Support
- Topic: [FIXED] NoScript breaks Service Workers
- Replies: 5
- Views: 2152
Re: NoScript breaks Service Workers
Thank you very much for a quick fix and extensive explanation! I just tried the development build and everything works well.
As you can see by my unusual settings, I'm the "target audience" of NoScript and I appreciate all the work you put into its development.
As you can see by my unusual settings, I'm the "target audience" of NoScript and I appreciate all the work you put into its development.
- Mon Mar 14, 2022 10:46 pm
- Forum: NoScript Support
- Topic: [FIXED] NoScript breaks Service Workers
- Replies: 5
- Views: 2152
Re: NoScript breaks Service Workers
Sent it in DM (I hope you don't mind, I'd rather not post it publicly).Giorgio Maone wrote: ↑Mon Mar 14, 2022 10:38 pm I cannot reproduce.
Could you please share your NoScript Options>Export file?
Thanks!
- Mon Mar 14, 2022 10:33 pm
- Forum: NoScript Support
- Topic: [FIXED] NoScript breaks Service Workers
- Replies: 5
- Views: 2152
[FIXED] NoScript breaks Service Workers
I'm using web version of Spotify and most images (e.g. album covers) are not loading for me. In console, requests for images fail with NS_ERROR_INTERCEPTION_FAILED . If I open images in a new tab, they load normally. If I disable NoScript or disable restrictions for the tab, images load normally and...
- Sun Oct 15, 2017 2:15 pm
- Forum: NoScript Support
- Topic: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
- Replies: 274
- Views: 279324
Re: [FIX] Fx 56 - NoScript icon disappeared on 5.1.2 update
Maybe I'm repeating someone, but what seemed to fix the issue for me is an update of FF (I think it was 55 to 56).
- Wed Sep 20, 2017 1:48 am
- Forum: NoScript Development
- Topic: Default Whitelist - about:tabcrashed
- Replies: 1
- Views: 2213
Re: Default Whitelist - about:tabcrashed
Kinda bump.
- Sat Aug 26, 2017 5:38 am
- Forum: NoScript Support
- Topic: [Unrelated] Weird problem with fetch()/promise chaining
- Replies: 4
- Views: 2420
Re: Weird problem with fetch()/promise chaining
Yeah, looks like.barbaz wrote:So this is not a NoScript issue.
Checked myself the same way (didn't know about script preference) and FF's behavior seems really counterintuitive to me. But I guess it's a thing to complain to Mozilla instead.
Tnx.
- Sat Aug 26, 2017 4:56 am
- Forum: NoScript Support
- Topic: [Unrelated] Weird problem with fetch()/promise chaining
- Replies: 4
- Views: 2420
Re: Weird problem with fetch()/promise chaining
It does for me (with scripts allowed): http://zerounderscoreou.narod.ru/Stuff/Promise.png And you reminded me about another strange thing I forgot to mention: both with code pasted into console and run as a userscript it shows the log message as if it came from global.js . Though it may be caused by...
- Sat Aug 26, 2017 2:34 am
- Forum: NoScript Support
- Topic: [Unrelated] Weird problem with fetch()/promise chaining
- Replies: 4
- Views: 2420
[Unrelated] Weird problem with fetch()/promise chaining
I'm not sure if this is a problem from the last update, but I do think this is related to NoScript. I noticed it while writing a small userscript for Imgur, so the code I quote assumes an image album open ( imgur.com/a/* , imgur.com/gallery/* ) and is run in Greasemonkey. var Hash = document.locatio...