Search found 12 matches

by baptx
Tue Dec 15, 2015 2:51 pm
Forum: NoScript Surrogates
Topic: ajax.googleapis.com surrogate does not work on this site
Replies: 15
Views: 124981

Re: ajax.googleapis.com surrogate does not work on this site

Indeed, Firefox dev tools and Firebug only show requests of the current page. I don't have another request blocking addon. I am currently using RequestPolicy Continued which is still under development, so I tried the original RequestPolicy and it didn't have the problem. The original RequestPolicy a...
by baptx
Mon Dec 14, 2015 10:37 pm
Forum: NoScript Surrogates
Topic: ajax.googleapis.com surrogate does not work on this site
Replies: 15
Views: 124981

Re: ajax.googleapis.com surrogate does not work on this site

@barbaz does HTTPFox show additional requests compared to Firefox developer tools or Firebug? (I know that Firefox dev tools don't show m3u8 files loaded when streaming a video through Flash plugin, then I use Wireshark) I have tried the addon and there is nothing else that is loaded from ajax.googl...
by baptx
Tue Dec 08, 2015 7:54 pm
Forum: NoScript Surrogates
Topic: ajax.googleapis.com surrogate does not work on this site
Replies: 15
Views: 124981

Re: ajax.googleapis.com surrogate does not work on this site

Thanks for you help, I was also blocking google.com scripts. I created a surrogate for the google object: noscript.surrogate.google.sources: "www.google.com/jsapi" noscript.surrogate.google.replacement: "file:///home/bapt/noscript/jsapi.js" I don't need jQuery 2.1.4 anymore Thraw...
by baptx
Mon Dec 07, 2015 10:59 am
Forum: NoScript Surrogates
Topic: ajax.googleapis.com surrogate does not work on this site
Replies: 15
Views: 124981

Re: ajax.googleapis.com surrogate does not work on this site

@Thrawn I have used jQuery 1.7.1 surrogate on HTTPS website StackOverflow without specifying the protocol and it worked. @barbaz this regex does not work better and my jquery file should have no problem, the MD5 hash is 4a356126b9573eb7bd1e9a7494737410 (http://minime.stephan-brumme.com/jquery/2.1.4/...
by baptx
Sun Dec 06, 2015 7:56 pm
Forum: NoScript Surrogates
Topic: ajax.googleapis.com surrogate does not work on this site
Replies: 15
Views: 124981

Re: ajax.googleapis.com surrogate does not work on this site

You can see the logs here: http://pastebin.com/dWwjr9hD (HTTP_request_stream errors come from moz-rewrite addon and can be ignored) The real script is working when it is allowed, I can see the placeholders in the form and "$" / "jQuery" functions are defined in the console. I am ...
by baptx
Sun Dec 06, 2015 3:46 pm
Forum: NoScript Surrogates
Topic: ajax.googleapis.com surrogate does not work on this site
Replies: 15
Views: 124981

ajax.googleapis.com surrogate does not work on this site

Hello, I have been using using a local replacement to ajax.googleapis.com for the jQuery library, like explained here https://forums.informaction.com/viewtopic.php?f=10&t=19598 My surrogate scripts worked great with jQuery 1.7.1 on sites like https://stackoverflow.com/ but today I tried to repla...
by baptx
Tue Jun 09, 2015 5:53 pm
Forum: NoScript Development
Topic: data:-URLs cannot be whitelisted
Replies: 12
Views: 7651

Re: data:-URLs cannot be whitelisted

If someone wants a fix while the bug is still present in the official NoScript release, I created a fork with the patch: https://github.com/avian2/noscript/pull/4 Edit: A workaround to view the data: URI of an HTML5 canvas is to right click on it and select "View Image" while pressing the ...
by baptx
Sun Jun 07, 2015 11:55 am
Forum: Ragnarök
Topic: data: URIs not working since NoScript 2.6.9.20rc1
Replies: 1
Views: 3225

data: URIs not working since NoScript 2.6.9.20rc1

Copy of my post: https://forums.informaction.com/viewtopic.php?p=76096&sid=dbe2ddb531444c93dce5cc32a633f2fc#p76096 NoScript, since version 2.6.9.20rc1 released on March 28, 2015 is breaking data: URIs, we cannot open them unless we "allow scripts globally". In about:config, noscript.al...
by baptx
Tue May 19, 2015 5:38 pm
Forum: NoScript Support
Topic: data: URIs
Replies: 9
Views: 5145

Re: data: URIs

NoScript, since version 2.6.9.20rc1 released on March 28, 2015 is breaking data: URIs, we cannot open them unless we "allow scripts globally". In about:config, noscript.allowURLBarJS is set to true and the problem is still here. I started talking about this bug in another thread (data:-URL...
by baptx
Mon May 18, 2015 9:41 pm
Forum: NoScript Development
Topic: data:-URLs cannot be whitelisted
Replies: 12
Views: 7651

Re: data:-URLs cannot be whitelisted

I see we still cannot open data: URIs with NoScript enabled. So I tried older versions of the addon and found that the problem appeared in version 2.6.9.20rc1 (March 28, 2015): https://addons.mozilla.org/en-US/firefox/addon/noscript/versions/?page=1#version-2.6.9.20rc1 I checked the source code, you...
by baptx
Tue Apr 28, 2015 8:34 pm
Forum: NoScript Development
Topic: data:-URLs cannot be whitelisted
Replies: 12
Views: 7651

Re: data:-URLs cannot be whitelisted

I already have set noscript.allowURLBarJS to true. The problem is that we cannot directly open a data URL in Firefox when using NoScript. I have found that if we use JavaScript to open the data URL, it works. For example in URL bar javascript:document.location = "data:text/html,<iframe src=\&qu...
by baptx
Tue Apr 28, 2015 7:42 pm
Forum: NoScript Development
Topic: data:-URLs cannot be whitelisted
Replies: 12
Views: 7651

Re: data:-URLs cannot be whitelisted

This bug is still present with NoScript in Firefox 37. I remember at the beginning of october 2014, the bug was not present. We can't use Firefox data: with NoScript until we "allow scripts globally", like barbaz said and we can't add data: in whitelist, why? I don't know if it's a Firefox...