Search found 244 matches

by skriptimaahinen
Mon Sep 02, 2019 7:38 am
Forum: NoScript Development
Topic: Bugs in "Disable restrictions for this tab"
Replies: 11
Views: 7813

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.
by skriptimaahinen
Mon Sep 02, 2019 7:37 am
Forum: NoScript Development
Topic: Bugs in "Disable restrictions for this tab"
Replies: 11
Views: 7813

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 reason...
by skriptimaahinen
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: 47529

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?
by skriptimaahinen
Wed Jul 24, 2019 2:36 am
Forum: NoScript Support
Topic: FTP emulation now needs scripts enabled
Replies: 9
Views: 4155

Re: FTP emulation now needs scripts enabled

I did send a reminder to Giorgio about this after the latest rc came out.
by skriptimaahinen
Tue Jul 23, 2019 9:34 pm
Forum: NoScript Development
Topic: [FIXED] Wikimedia files fail to load.
Replies: 2
Views: 2213

Re: Wikimedia files fail to load.

So it looks like. Thanks Giorgio!
by skriptimaahinen
Sun Jul 14, 2019 9:01 am
Forum: NoScript Development
Topic: [FIXED] Wikimedia files fail to load.
Replies: 2
Views: 2213

[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...
by skriptimaahinen
Fri Jul 12, 2019 5:51 am
Forum: NoScript Support
Topic: Is there advantage to NoScript blocking Flash
Replies: 3
Views: 2873

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...
by skriptimaahinen
Fri Jul 12, 2019 5:49 am
Forum: NoScript Development
Topic: Shortcut - Toggle Permissions
Replies: 4
Views: 9696

Re: Shortcut - Toggle Permissions

Looks like similar case as with the ClearClick.
by skriptimaahinen
Thu Jul 04, 2019 6:29 am
Forum: NoScript Support
Topic: Problem with Cloudflare even when Trusted
Replies: 1
Views: 1723

Re: Problem with Cloudflare even when Trusted

I can reproduce the problem. Sometimes...

Hitting F5 (refreshing) seems to work around it though.
by skriptimaahinen
Wed Jun 19, 2019 5:00 pm
Forum: NoScript Support
Topic: Ctrl-Shift-S shortcut clashes with built-in "Take a Screenshot" shortcut
Replies: 4
Views: 2054

Re: Ctrl-Shift-S shortcut clashes with built-in "Take a Screenshot" shortcut

Yes you can! Go to about:addons -> Click the gear icon -> Select "Manage Extension Shortcuts" -> Find NoScript from the list.

Though it looks like NoScript does not currently use Ctrl-Shift-S for anything...
by skriptimaahinen
Tue Jun 18, 2019 7:10 pm
Forum: NoScript Support
Topic: [RESOLVED] Animation in NoScript Placeholder
Replies: 6
Views: 3738

Re: Animation in NoScript Placeholder

You don't necessarily need any extensions to do this. You can also add the styles to userContent.css in FireFox's profile folder ( http://kb.mozillazine.org/index.php?title=UserContent.css ). However, it looks like there is something wrong with the style in the Maone’s blog. Simply copy pasting it i...
by skriptimaahinen
Mon Jun 17, 2019 1:07 pm
Forum: NoScript Support
Topic: FTP emulation now needs scripts enabled
Replies: 9
Views: 4155

Re: FTP emulation now needs scripts enabled

You are right. That's the actual problem here. Missed that completely when I tested the updated script. Luckily there are few possible fixes for this. Sent patch suggestion to Giorgio, so hopefully fixed soon.
by skriptimaahinen
Thu Jun 13, 2019 6:44 am
Forum: NoScript Development
Topic: [FIXED] No placeholder for blocked HTML5 media
Replies: 6
Views: 3552

Re: No placeholder for blocked HTML5 media

Video-tag is HTML5-video, no matter if it plays the video from file or streams it with MediaSource. You guys are not seeing things. There is no placeholder for video tags that play the video from file. And can't remember that there ever has been (in NS10). No code in the sources that would do that. ...
by skriptimaahinen
Tue Jun 04, 2019 3:33 pm
Forum: NoScript Support
Topic: noscript blocks access to external json file?
Replies: 4
Views: 1994

Re: noscript blocks access to external json file?

By default NoScript has fetch permission enabled for DEFAULT-preset. This should allow downloading (fetching/XHR) from all domains that have no explicit permissions set. However, if you have removed fetch permission from DEFAULT, you can allow it for domain of your choice by setting that domain to C...