Search found 12 matches

by dnolan
Thu Feb 17, 2022 5:43 pm
Forum: NoScript Support
Topic: [Tor/FIXED] Web fonts not blocked, again
Replies: 10
Views: 1851

Re: Web fonts not blocked, again

Can you point me to a real world examples with URLs and browser / extension versions where I can easily reproduce? Thanks! Like this very forum. Like he said, the TOR brand of Firefox, "safest' setting. NoScript 11.3. Fonts is not the only problem, media is also wrongly allowed. There might be...
by dnolan
Tue Oct 06, 2020 9:24 am
Forum: NoScript Support
Topic: [RESOLVED] "fetch" capability exclusively for code entered in the console
Replies: 3
Views: 1636

Re: "fetch" capability exclusively for code entered in the console

Hi Mr. Maone. Thanks for the explanation! Now I finally understand why "fetch" is enabled by default. Hm. I guess NoScript cannot distinguish these requests because it is sitting on the fence as a kind of request firewall and the browser is not giving enough information about the original ...
by dnolan
Mon Oct 05, 2020 12:20 pm
Forum: NoScript Support
Topic: [RESOLVED] "fetch" capability exclusively for code entered in the console
Replies: 3
Views: 1636

[RESOLVED] "fetch" capability exclusively for code entered in the console

Hi, I usually run my own code in the javascript console associated to certain web pages for which NoScript is configured to block everything but frames. Recently I had the need to perform requests via XHR/fetch and discovered that they are intercepted and blocked by NoScript. I noticed that the requ...
by dnolan
Fri Aug 31, 2018 5:30 pm
Forum: NoScript Surrogates
Topic: NoScript Surrogates dead?
Replies: 5
Views: 128380

NoScript Surrogates dead?

I have finally tried NoScript 10 and feels-sad-man. But what I wanted to ask here is whether surrogates are gone for good or will they be re-introduced soon. And what are you guys using instead currently? I'm assuming that, like me, other advanced users had been using NoScript Surrogates to implemen...
by dnolan
Sun Jan 08, 2017 8:29 pm
Forum: NoScript Support
Topic: no "meta redirection blocked" message
Replies: 8
Views: 5445

Re: no "meta redirection blocked" message

I haven't tested either, but it looks to me more like UISync.jsm is just missing this line in a couple places - let ctx = this.ctx; Specifically, in the functions unwire and notifyMetaRefresh. Umm, I think you would know better than me, I don't really *know* javascript (I hate it too much) so I sim...
by dnolan
Sun Jan 08, 2017 6:54 pm
Forum: NoScript Support
Topic: no "meta redirection blocked" message
Replies: 8
Views: 5445

Re: no "meta redirection blocked" message

This appears only once in the source code, in function 'processMetaRefresh': /xpi/chrome/content/noscript/MainChild.js:352. The exception is thrown from inside the 'notifyCallback' callback. The only caller of 'processMetaRefresh' is at /xpi/chrome/content/noscript/UISync.jsm:98, function 'onContent...
by dnolan
Tue Nov 29, 2016 10:15 am
Forum: NoScript Support
Topic: Noscript is blocking Startpage custom search
Replies: 13
Views: 9096

Re: Noscript is blocking Startpage custom search

What's the matter Giorgio, has the cat got your tongue? Anyway, I can confirm that release 2.9.5.2 fixes the regressions observed in this post , thanks! I also see that you fixed the mishaps pointed here . However this one still stands. I don't understand the code well enough to be sure, but it seem...
by dnolan
Mon Nov 28, 2016 9:15 am
Forum: NoScript Support
Topic: Noscript is blocking Startpage custom search
Replies: 13
Views: 9096

Re: Noscript is blocking Startpage custom search

Another one. ABE.js:189 if (!(browserReq || res.fatal) && this.siteEnabled && channel instanceof Ci.nsIHttpChannel && !ABE.reqData(channel).preflght && req.destinationURI.schemeIs("https") && req.destinationURI.prePath != req.originURI.prePath &&...
by dnolan
Fri Nov 25, 2016 5:32 am
Forum: NoScript Support
Topic: Noscript is blocking Startpage custom search
Replies: 13
Views: 9096

Re: Noscript is blocking Startpage custom search

InjectionChecker.js:1122 checkPost: function(channel, skip) { if (!((channel instanceof Ci.nsIUploadChannel) && channel.uploadStream && (channel.uploadStream instanceof Ci.nsISeekableStream))) return false; var clen = -1; try { clen = chan.getRequestHeader("Content-length")...
by dnolan
Thu Nov 24, 2016 12:41 pm
Forum: NoScript Development
Topic: [FIXED] Supersensitive XSS Filter Needs A Solution
Replies: 5
Views: 2407

Re: Supersensitive XSS Filter Needs A Solution

See viewtopic.php?f=7&t=22296.

Perhaps a moderator could merge the threads, maybe with the title changed to "XSS false positive" or something to that effect. barbaz, what do you think?
by dnolan
Wed Nov 23, 2016 4:14 pm
Forum: NoScript Support
Topic: Noscript is blocking Startpage custom search
Replies: 13
Views: 9096

Re: Noscript is blocking Startpage custom search

Ok this is rather confusing... I said that searching via the search bar worked fine but the situation is actually more complicated. It seems to depend on what sort of document is loaded in the foreground tab at the time the search is performed. So far I've seen it work if the current tab is at (call...
by dnolan
Wed Nov 23, 2016 9:29 am
Forum: NoScript Support
Topic: Noscript is blocking Startpage custom search
Replies: 13
Views: 9096

Re: Noscript is blocking Startpage custom search

Hi Giorgio, This happens for me as well. I have several "search plugins" which send the search request via POST (many of them bill this practise as a privacy feature: the idea is that when you click away from the results page the destination site does not learn what search terms you used b...