Search found 220 matches
- Sat Sep 28, 2019 6:08 pm
- Forum: NoScript Development
- Topic: Testers Wanted: NoScript UX Overhaul by Simply Secure
- Replies: 24
- Views: 22282
Re: Testers Wanted: NoScript UX Overhaul by Simply Secure
The case study is good, has some nice pointers and I can agree with most of it. I'm also happy that we finally get the site specific rule-sets. However, my biggest worry is that there still does not appear to be easy way to check the "seen" tags. Personally I never use the allow all/tab options but ...
- Sat Sep 28, 2019 6:06 pm
- Forum: NoScript Development
- Topic: NoScript block this site, you have to allow scripts globally, even if all sites are allowed
- Replies: 10
- Views: 2174
Re: NoScript block this site, you have to allow scripts globally, even if all sites are allowed
The reason why mipulse.co does not appear in the list is because the site does not try to access it until the "pin" is clicked, however, unless mipulse.co is already allowed, the site will quickly redirect to the error page, leaving user no time to check the updated list. This situation can happen i...
- Thu Sep 05, 2019 10:20 am
- Forum: NoScript Development
- Topic: Bugs in "Disable restrictions for this tab"
- Replies: 11
- Views: 4011
Re: Bugs in "Disable restrictions for this tab"
Seems this was a short lived hack. That is, if Mozilla does as it says and implements the Cross-origin communication part of Manifest v3. Which means that there is no using bogus url with XHR due to CORS restrictions even in contentscript context and thus no way to get response on ftp, file or about...
- Tue Sep 03, 2019 6:42 am
- Forum: NoScript Development
- Topic: Bugs in "Disable restrictions for this tab"
- Replies: 11
- Views: 4011
Re: Bugs in "Disable restrictions for this tab"
Couldn't remember if I had tried data-uris, so I made a quick test. XMLHttpRequest accepts them fine but there appears to be no way to modify the request or redirect it to another data- or resource-uri. Filter has no effect and neither onBeforeSendHeaders or onHeadersReceived is fired. However, redi...
- Mon Sep 02, 2019 7:51 am
- Forum: NoScript Development
- Topic: Bugs in "Disable restrictions for this tab"
- Replies: 11
- Views: 4011
Re: Bugs in "Disable restrictions for this tab"
SyncMsgExample manifest.json { "manifest_version": 2, "name": "SyncMsgExample", "version": "1.0", "description": "Testing communication with background page through synchronous XHR and filterResponseData.", "applications": { "gecko": { "id": "syncmsgexample@example.com", "strict_min_version": "60.0"...
- Mon Sep 02, 2019 7:48 am
- Forum: NoScript Development
- Topic: Bugs in "Disable restrictions for this tab"
- Replies: 11
- Views: 4011
Re: Bugs in "Disable restrictions for this tab"
WebRequestFilterSuspendTest manifest.json { "manifest_version": 2, "name": "WebrequestFilterSuspendTest", "version": "1.0", "description": "Tests WebRequest suspending to execute script.", "applications": { "gecko": { "id": "webrequestfiltersuspendtest@example.com", "strict_min_version": "60.0" } },...
- Mon Sep 02, 2019 7:38 am
- Forum: NoScript Development
- Topic: Bugs in "Disable restrictions for this tab"
- Replies: 11
- Views: 4011
Re: Bugs in "Disable restrictions for this tab"
Was going to upload the code to GitHub, but it turns out they had added some security measures and now my account is so secure that I can't log in anymore. Sigh. Pasting the code below because do not feel like creating a new account now.
- Mon Sep 02, 2019 7:37 am
- Forum: NoScript Development
- Topic: Bugs in "Disable restrictions for this tab"
- Replies: 11
- Views: 4011
Bugs in "Disable restrictions for this tab"
Ended up taking a closer look at how NoScript handles the "Disable restrictions for this tab". Turns out the "cookie method" has couple of bugs and problems. Testing on https://www.theguardian.com shows several CSP errors in the log. These appear to be due to the following reasons: In RequestGuard.j...
- Fri Aug 02, 2019 4:16 am
- Forum: NoScript Support
- Topic: google search results displaying in mobile mode with Noscript, despite being on desktop
- Replies: 57
- Views: 28522
Re: google search results displaying in mobile mode with Noscript, despite being on desktop
I see nothing out of ordinary on YouTube.
What are your current useragent overrides?
Screenshot of the problem?
What are your current useragent overrides?
Screenshot of the problem?
- Wed Jul 24, 2019 2:36 am
- Forum: NoScript Support
- Topic: FTP emulation now needs scripts enabled
- Replies: 9
- Views: 1978
Re: FTP emulation now needs scripts enabled
I did send a reminder to Giorgio about this after the latest rc came out.
- Tue Jul 23, 2019 9:34 pm
- Forum: NoScript Development
- Topic: [FIXED] Wikimedia files fail to load.
- Replies: 2
- Views: 1314
Re: Wikimedia files fail to load.
So it looks like. Thanks Giorgio!
- Sun Jul 14, 2019 9:04 am
- Forum: NoScript Support
- Topic: Always allowing scripts on certain website page only
- Replies: 2
- Views: 793
Re: Always allowing scripts on certain website page only
Unfortunately not.
- Sun Jul 14, 2019 9:01 am
- Forum: NoScript Development
- Topic: [FIXED] Wikimedia files fail to load.
- Replies: 2
- Views: 1314
[FIXED] Wikimedia files fail to load.
Wikimedia Ogg format media files fail to load. This is due to them being served with content-type application/ogg. This content-type is mistakenly categorized as object in embeddingDocument.js and blocked if objects are not allowed. Happens constantly on FF68 but not on the prior versions. Edit: exa...
- Fri Jul 12, 2019 5:51 am
- Forum: NoScript Support
- Topic: Is there advantage to NoScript blocking Flash
- Replies: 3
- Views: 1048
Re: Is there advantage to NoScript blocking Flash
NoScript doesn't block Flash per se, it blocks objects. Not sure if there is any easy and reliable way to detect if object is in fact Flash...
- Fri Jul 12, 2019 5:49 am
- Forum: NoScript Development
- Topic: Shortcut - Toggle Permissions
- Replies: 4
- Views: 8213
Re: Shortcut - Toggle Permissions
Looks like similar case as with the ClearClick.