Search found 3 matches

by dstaudigel
Tue May 17, 2011 10:02 pm
Forum: NoScript Development
Topic: NoScript breaks Cocoon Plugin
Replies: 5
Views: 2632

Re: NoScript breaks Cocoon Plugin

Okay - I've patched NoScript. The source code for it (and NoScript, unmodified) is available at github - only because I couldn't find any SCM's that you were using. https://github.com/dts/noscript/branches Inside the "master" branch is an unpacked NoScript with a makefile that packs it up ...
by dstaudigel
Fri May 06, 2011 9:46 pm
Forum: NoScript Development
Topic: NoScript breaks Cocoon Plugin
Replies: 5
Views: 2632

Re: NoScript breaks Cocoon Plugin

I'm afraid it's not so simple :( - Patch unwrapURL to not call newURI with "http" URIs (which is not required for what it does) unwrapURL() calls newURI() whenever its argument is not a nsIURI (which, most commonly, means it was a string). The (intended) side effect is that the return val...
by dstaudigel
Wed May 04, 2011 10:27 pm
Forum: NoScript Development
Topic: NoScript breaks Cocoon Plugin
Replies: 5
Views: 2632

NoScript breaks Cocoon Plugin

I am a developer on the Firefox addon "Cocoon" (https://getcocoon.com/). Our users have been complaining that our addon is incompatible with NoScript (both are privacy/security solutions for Firefox - the intersection is large!) The reason for the incompatibility (which we cannot, unfortun...