Hello,
The newest version of NoScript breaks my custom app. Here are the errors it throws:
OnSearchListTabSelect is not defined (twice)
Then:
Stage1Init is not defined
I am also getting this in the messages portion of the FF error console:
[NoScript] Blocking cross site Javascript served from https://somesite.com/ec/jar/ec4.jar with wrong type info application/java-archive and included by chrome://browser/content/browser.xul
This all worked fine up to the latest release, and I have my site whitelisted everywhere in NoScript. Even allowing scripts globally does not get around the problem.
Is there a link to older versions of NoScript that I can use until this either changes or I can fix my app?
Thanks
Problem w/ new version, links to previous versions?
Problem w/ new version, links to previous versions?
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10pre) Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.8
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Problem w/ new version, links to previous versions?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
Re: Problem w/ new version, links to previous versions?
I have a problem with version 1.9.9.61, it cannot seem to load this page, for example: http://trends.ellerdale.com/
In my log I see messages like that jQuery and $ are not defined.. Just a heads up
In my log I see messages like that jQuery and $ are not defined.. Just a heads up

Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Problem w/ new version, links to previous versions?
It's not a version-specific issue.Mark1 wrote:I have a problem with version 1.9.9.61, it cannot seem to load this page, for example: http://trends.ellerdale.com/
In my log I see messages like that jQuery and $ are not defined.. Just a heads up
It's just that they're loading jQuery from googleapis.com, so you need to allow that source as well.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
Re: Problem w/ new version, links to previous versions?
Hi Giorgio,
First off, thanks for the reply. I didn't actually code the application myself, but I asked our developer about your question and here is his response:
For ec4.jar, the jar file contains a main xul file (ec4.xul) and a bunch of javascript files. The javascript files are imported into the xul page with:
<script src="ec4.js"/>
<script src="lib.js"/>
<script src="treeview.js"/>
<script src="remote.js"/>
<script src="ec4fldtypes.js"/>
<script src="ec4listings.js"/>
<script src="ec4search.js"/>
<script src="chooser.js"/>
I had to revert to 1.9.9.57 in order to get it to work again.
Thanks again,
Sean
First off, thanks for the reply. I didn't actually code the application myself, but I asked our developer about your question and here is his response:
For ec4.jar, the jar file contains a main xul file (ec4.xul) and a bunch of javascript files. The javascript files are imported into the xul page with:
<script src="ec4.js"/>
<script src="lib.js"/>
<script src="treeview.js"/>
<script src="remote.js"/>
<script src="ec4fldtypes.js"/>
<script src="ec4listings.js"/>
<script src="ec4search.js"/>
<script src="chooser.js"/>
I had to revert to 1.9.9.57 in order to get it to work again.
Thanks again,
Sean
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10pre) Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.8