
Search found 26 matches
- Wed May 04, 2011 11:18 pm
- Forum: NoScript Development
- Topic: [Fixed] Nightly hangs with the latest NS dev version
- Replies: 10
- Views: 4830
Re: Nightly hangs with the latest NS dev version
v 2.1.0.4rc5 fixed also my issue , thanks 

- Mon May 02, 2011 5:34 pm
- Forum: NoScript Development
- Topic: [Fixed] Nightly hangs with the latest NS dev version
- Replies: 10
- Views: 4830
Re: Nightly hangs with the latest NS dev version
I am in safe mode now ... nightly hanged again in the same way with the rc2 installed, but I can't access to error console .
Is there anything I can do to log NS output before I revert to rc1 ?
Is there anything I can do to log NS output before I revert to rc1 ?
- Mon May 02, 2011 5:10 pm
- Forum: NoScript Development
- Topic: [Fixed] Nightly hangs with the latest NS dev version
- Replies: 10
- Views: 4830
Re: Nightly hangs with the latest NS dev version
Ok ... I've just installed rc1 and all is working fine ( no any hang ) ...
I am going to try rc2 and eventually rc3 again.
I am going to try rc2 and eventually rc3 again.
- Mon May 02, 2011 4:12 pm
- Forum: NoScript Development
- Topic: [Fixed] Nightly hangs with the latest NS dev version
- Replies: 10
- Views: 4830
[Fixed] Nightly hangs with the latest NS dev version
- The latest Nightly 6.0a1 (2011-05-02) on an updated Ubuntu 10.10 x86 - The latest NoScript development version (v 2.1.0.4rc3) After updating to the latest dev version of NS , the browser hangs at restart with 100 per cent of CPU use just after terminating to load the opened tabs of previous sessio...
- Wed Mar 30, 2011 4:22 pm
- Forum: NoScript Development
- Topic: [SOLVED] Latest Mindfield incompatible with Noscript
- Replies: 3
- Views: 2054
[SOLVED] Latest Mindfield incompatible with Noscript
- Mindfield 4.2a1pre (2011-03-30) Linux i686 build - Noscript 2.1.0.2rc1 I've restarted the browser after updating to the latest Mindfield snapshot and then all my opened TABS were blank and I've found in the error console the same line for quite each address loaded in each tab : [NoScript XSS] xss....
- Tue Dec 28, 2010 4:54 pm
- Forum: NoScript Development
- Topic: [RESOLVED] speedtest failure - possible noscript bug
- Replies: 6
- Views: 3539
Re: speedtest failure - possible noscript bug
I confirm no more XSS error message in the console since NoScript version v 2.0.9rc4 installed on the latest Mindfield nightly builds , but the upload test now seems to stop itself before beeing completely finished giving very low results under average. If I leave the Anon rule I obtain quite always...
- Fri Dec 24, 2010 4:00 pm
- Forum: NoScript Development
- Topic: [RESOLVED] speedtest failure - possible noscript bug
- Replies: 6
- Views: 3539
Re: speedtest failure - possible noscript bug
Yes , this one :Giorgio Maone wrote:Have you got any special ABE rule (esp. Anon ones)?
Code: Select all
Site *
Accept from SELF++
Anon
- Mon Dec 20, 2010 10:15 pm
- Forum: NoScript Development
- Topic: [RESOLVED] speedtest failure - possible noscript bug
- Replies: 6
- Views: 3539
Re: speedtest failure - possible noscript bug
Tested also with Firefox 3.6.13 ( on Linux , Mozilla Official Distribution , not distro-specific compiled browser ) , Noscript 2.0.8.1 : the same error message in the Error Console.
- Mon Dec 20, 2010 5:06 pm
- Forum: NoScript Development
- Topic: [RESOLVED] speedtest failure - possible noscript bug
- Replies: 6
- Views: 3539
[RESOLVED] speedtest failure - possible noscript bug
- the latest mindfield build ( 4.0b9pre - 2010-12-20 ) - the latest noscript dev version ( 2.0.9rc2 ) - http://www.speedtest.net scripts allowed - download test is OK - upload test doesn't start ( "Upload Test Errror" ) I suspect it could be a problem related to noscript because while the ...
- Sun Sep 12, 2010 6:32 pm
- Forum: Web Tech
- Topic: Error console *apparently* disappeared from trunk
- Replies: 0
- Views: 3256
Error console *apparently* disappeared from trunk
The error console is now disabled by default in the latest trunk ( BuildID 20100912030102 )
To reactivate it just type about:config in the address bar and check for the key devtools.errorconsole.enabled . Then set it to true and restart the browser.
To reactivate it just type about:config in the address bar and check for the key devtools.errorconsole.enabled . Then set it to true and restart the browser.
- Thu Sep 02, 2010 12:40 am
- Forum: ABE
- Topic: Bizarre ABE local rule invoked when accessing non-local
- Replies: 19
- Views: 14616
Re: Bizarre ABE local rule invoked when accessing non-local
If this keeps happening, please open Tools|Error Console and evaluate the following script: var dns = top.opener.noscriptOverlay.ns.__parent__.DNS; var host = "apps.facebook.com"; dns.resolve(host, false, function(r) { alert( r.entries.toSource() + "\nLocal:" + dns.isLocalHost(h...
- Sat Aug 14, 2010 5:44 pm
- Forum: NoScript Development
- Topic: [SOLVED]Strange XSS message
- Replies: 6
- Views: 3471
Re: Strange XSS message
The message doesn't appear anymore in the latest Mindfield build with Noscript v 2.0.2rc5.
I guess it can be declared as solved.
I guess it can be declared as solved.
- Wed Aug 11, 2010 2:52 pm
- Forum: NoScript Development
- Topic: [SOLVED]Strange XSS message
- Replies: 6
- Views: 3471
Re: Strange XSS message
I've added the same ABE rule in another profile running Firefox 3.6.8 coming from the ubuntu mozilla security PPA and after restarting the browser I found the same XSS message in the error console. Apart the warning , all seem to work correctly ... EDIT : the error seems to appear apparently ONLY wh...
- Sat Aug 07, 2010 12:09 am
- Forum: NoScript Development
- Topic: [SOLVED]Strange XSS message
- Replies: 6
- Views: 3471
Re: Strange XSS message
Yes , I found it in a post here in the forum ...Giorgio Maone wrote:Have you got any "Anon" ABE rule?
Code: Select all
# This rules allows authentication data to be sent with requests originated
# from the same base domain, stripping it off otherwise
Site *
Accept from SELF++
Anon
- Fri Aug 06, 2010 2:53 pm
- Forum: NoScript Development
- Topic: [SOLVED]Strange XSS message
- Replies: 6
- Views: 3471
[SOLVED]Strange XSS message
Mindfield 4.0b4 for linux 32bit + Noscript 2.0.1rc4 . The following message appears in the errror console since a few days : [NoScript XSS] xss.reason.[Exception... "Component returned failure code: 0x80004004 (NS_ERROR_ABORT) [nsIURI.spec]" nsresult: "0x80004004 (NS_ERROR_ABORT)"...