Search found 244 matches
- Wed Sep 05, 2018 10:52 pm
- Forum: NoScript Support
- Topic: [RESOLVED] Problem at cbssports with NS build 10.1.9.2rc1
- Replies: 17
- Views: 9636
Re: Problem at cbssports with NS build 10.1.9.2rc1
No, I do manage to get the videos to play when NoScript is on. I just need to allow metric **** ton of domains, including facebook.com and facebook.net for who knows what reason. Also "Disable restrictions for this tab" works fine. However, I do see the problem if I have "inadequate&q...
- Wed Sep 05, 2018 6:05 am
- Forum: NoScript Support
- Topic: Bug in 10.1.9.1 with local disk pages
- Replies: 7
- Views: 4464
Re: Bug in 10.1.9.1 with local disk pages
Happens on rc2 too. Simply using Open File is enough, but happens only once per session. Even opening another file on a new tab does not reproduce the problem. This is the only error in the console I think might be related: ReferenceError: ns is not defined -- Unrelated to this issue as far as I can...
- Wed Sep 05, 2018 6:00 am
- Forum: NoScript Support
- Topic: [RESOLVED] Problem at cbssports with NS build 10.1.9.2rc1
- Replies: 17
- Views: 9636
Re: Problem at cbssports with NS build 10.1.9.2rc1
Without NoScript installed and with fresh restart of the browser:
Regular window: video plays fine.
Private browsing window: exactly same problem as in the images.
Regular window: video plays fine.
Private browsing window: exactly same problem as in the images.
- Tue Sep 04, 2018 3:59 pm
- Forum: NoScript Development
- Topic: 10.1.9.2rc1 CSP with file, serviceworker, etc.
- Replies: 2
- Views: 4332
10.1.9.2rc1 CSP with file, serviceworker, etc.
file: documents are loaded synchronously and may not be affected by CSP. We already intercept onbeforeexecutescript event, let's cope with event and URL attributes. There appears to be a workaround. One that you yourself introduced just a while back! That is, the "CSP meta tag" injected w...
- Mon Sep 03, 2018 6:21 pm
- Forum: NoScript Support
- Topic: t-mobile.com hangs Firefox
- Replies: 3
- Views: 3202
Re: t-mobile.com hangs Firefox
ugly hack: since now we use registerContentScript instead of the filterRequest dynamic script injection hack, we use top.name to store per-tab information. We don't want web content to mess with it, though, so we wrap it around auto-hiding accessors I think you might be leaking somewhere, as I foun...
- Sat Sep 01, 2018 9:37 pm
- Forum: NoScript General
- Topic: Using NoScript and HTTPS Everywhere together
- Replies: 5
- Views: 89057
Re: Using NoScript and HTTPS Everywhere together
I see your point on the installation order, so I too ran some tests on the page you provided, but did not find any difference depending on which extension was enabled first. However I did notice one thing that I had not considered. The Googleapis connection shown in the NS popup is http, though HTTP...
- Fri Aug 31, 2018 3:17 pm
- Forum: NoScript Development
- Topic: NoScript Options, Custom puts domain in Custom mode
- Replies: 4
- Views: 3480
Re: NoScript Options, Custom puts domain in Custom mode
Personally I would prefer the CUSTOM rule to be initiated as TEMPORARY and stay so until manually changed to permanent.
However this might not suit all, so maybe a option for it?
However this might not suit all, so maybe a option for it?
- Fri Aug 31, 2018 3:09 pm
- Forum: NoScript Support
- Topic: Pros and cons of adding a permanent whitelist for Cloudflare
- Replies: 9
- Views: 7479
Re: Pros and cons of adding a permanent whitelist for Cloudf
No, I do not use it daily, but I have tested it on few other pages too and it seems to work. Take for example https://askubuntu.com/: CUSTOM rules for each: ...askubuntu.com script, fetch ...ajax.googleapis.com script ...sstatic.net script Everything works and Decentraleyes shows that it has served ...
- Fri Aug 31, 2018 3:08 pm
- Forum: NoScript General
- Topic: Using NoScript and HTTPS Everywhere together
- Replies: 5
- Views: 89057
Re: Using NoScript and HTTPS Everywhere together
I have not actually looked into the code of HTTPS Everywhere, but I would assume that it's not "rewriting" any requests but rather redirecting them. In which case there is really not anything conflicting and the order would not matter. I do use HTTPS Everywhere daily with NS and have not n...
- Fri Aug 31, 2018 3:07 pm
- Forum: NoScript General
- Topic: No-script Ver:10.1.8.16 is glitchy?
- Replies: 6
- Views: 91878
Re: No-script Ver:10.1.8.16 is glitchy?
Not a uBO issue, this was most likely caused by NoScript and fixed when it stopped using filterResponseData... Suuuuure... ;-) Anyway, good to hear the issue is resolved. However, if you think gorhill has a point and feel venturous, you could try using NS and uBO side by side again, to see if they ...
- Tue Aug 28, 2018 5:35 pm
- Forum: NoScript Development
- Topic: .bmoattachments.org wants an "OK" for each attachment
- Replies: 5
- Views: 3845
Re: .bmoattachments.org wants an "OK" for each attachment
The placeholder for internal page is new, but seems to honour restrictions as expected. Do not see mozilla.org anywhere.
- Tue Aug 28, 2018 5:34 pm
- Forum: NoScript Development
- Topic: Allow Global then Revoke does not Revoke Permissions
- Replies: 2
- Views: 2375
Re: Allow Global then Revoke does not Revoke Permissions
Not seeing this. Disabling and enabling restrictions will make the video play and stop as expected. Also do not need cloudfront.net for anything.
- Tue Aug 28, 2018 5:32 pm
- Forum: NoScript Support
- Topic: pages not loaded ifrequested by entering url in address bar
- Replies: 1
- Views: 1509
Re: pages not loaded ifrequested by entering url in address
Testing with https://jigsaw.w3.org/HTTP/300/Overview.html, I'm not able to reproduce. Does the problem occur for you with this test page? What version of NS are you using? Could you test with the latest development version?
- Tue Aug 28, 2018 10:36 am
- Forum: NoScript Development
- Topic: Session Restore - Icon Incorrect, JavaScript Allowed
- Replies: 13
- Views: 6576
Re: Session Restore - Icon Incorrect, JavaScript Allowed
Looks like the fix for serviceworkers is removed from 10.1.9rc1, so what is the plan now?
Did you file a bug for this and if so, how did they answer?
Did you file a bug for this and if so, how did they answer?
- Tue Aug 28, 2018 10:34 am
- Forum: NoScript Support
- Topic: [FIXED] Garbled pop-up menu
- Replies: 9
- Views: 5566
Re: Garbled pop-up menu
Fix: in content.js: Use listener for "onChildPolicy" instead of waiting return value for fetchChildPolicy. in main.js:fetchChildPolicy Instead of returning the value, send a new Message "onChildPolicy". Message.js: Now that we have avoided getting answer from a wrong listener, we...