Search found 109 matches
- Mon Feb 16, 2015 2:42 pm
- Forum: ABE
- Topic: Make NS read ABE rules from a file (instead of the pref)
- Replies: 1
- Views: 3576
Make NS read ABE rules from a file (instead of the pref)
Is there a way to make Noscript read ABE rule from a file rather than the preference? Some of my ABE rules are quite long (~100 KB) and I'm concerned about the impact on startup performance it has on Firefox.
- Thu Oct 23, 2014 12:57 am
- Forum: NoScript Support
- Topic: noscript.allowedmimeregexp allows all objects
- Replies: 4
- Views: 4793
Re: noscript.allowedmimeregexp allows all objects
It seems that Noscript gets confused about the domains when set to allowed from *@location but not from {content-type}@location.
Confirming that this is a Noscript problem; it also happens with other browsers like Seamonkey too.
Confirming that this is a Noscript problem; it also happens with other browsers like Seamonkey too.
- Tue Oct 21, 2014 1:51 am
- Forum: NoScript Support
- Topic: noscript.allowedmimeregexp allows all objects
- Replies: 4
- Views: 4793
Re: noscript.allowedmimeregexp allows all objects
It allows all embeddings on *other* sites, not just 127.0.0.1.
- Mon Oct 20, 2014 6:19 pm
- Forum: NoScript Support
- Topic: noscript.allowedmimeregexp allows all objects
- Replies: 4
- Views: 4793
noscript.allowedmimeregexp allows all objects
I have added the following to noscript.allowedmimeregexp:
*@http://127\.0\.0\.1
This is allowing all objects to be loaded, whether trusted or untrusted, despite these being blocked in Noscript Options>Embeddings. I also have "apply restrictions to whitelisted sites" turned on.
Running NS 2.6.9.2 ...
*@http://127\.0\.0\.1
This is allowing all objects to be loaded, whether trusted or untrusted, despite these being blocked in Noscript Options>Embeddings. I also have "apply restrictions to whitelisted sites" turned on.
Running NS 2.6.9.2 ...
- Fri Jul 25, 2014 1:11 am
- Forum: NoScript Support
- Topic: Noscript weird menu location
- Replies: 8
- Views: 4846
Re: Noscript weird menu location
This occurs even in Firefox pre-australis and Seamonkey.
- Wed Jul 02, 2014 4:29 pm
- Forum: ABE
- Topic: help me debug ABE script
- Replies: 1
- Views: 3666
Re: help me debug ABE script
Code: Select all
Site .ajax.googleapis.com
Accept from .stackoverflow.com .superuser.com
Deny
- Sun Jun 22, 2014 5:12 pm
- Forum: ABE
- Topic: Turning off ABE logging
- Replies: 3
- Views: 4954
Turning off ABE logging
Is there a way to turn off ABE logging to the console?
- Mon Jun 02, 2014 11:17 am
- Forum: ABE
- Topic: Blocking content with ABE?
- Replies: 1
- Views: 4072
Blocking content with ABE?
Is blocking of requests based on its content possible with ABE? I know that I can do this:
Site ^https?://.*exe
Accept from .sourceforge.net .mozilla.org
Deny
But what I'm trying to do can be perhaps described like this:
# Block executables
Content /MZ.*PE/
Accept from .sourceforge.net ...
Site ^https?://.*exe
Accept from .sourceforge.net .mozilla.org
Deny
But what I'm trying to do can be perhaps described like this:
# Block executables
Content /MZ.*PE/
Accept from .sourceforge.net ...
- Sat May 24, 2014 7:03 am
- Forum: ABE
- Topic: ABE rules not working on SM29
- Replies: 5
- Views: 6418
Re: ABE rules not working on SM29
Gecko < 29 is fine, so yes, that works.
OT: I used to, but I don't any longer.
OT: I used to, but I don't any longer.
- Fri May 23, 2014 5:11 pm
- Forum: ABE
- Topic: ABE rules not working on SM29
- Replies: 5
- Views: 6418
Re: ABE rules not working on SM29
If I'm reading it correctly, it will be fixed in Firefox/Gecko 32? Seems like I'll have to wait till then.
- Mon May 19, 2014 11:28 am
- Forum: ABE
- Topic: ABE rules not working on SM29
- Replies: 5
- Views: 6418
ABE rules not working on SM29
It seems that ABE is not working with SM29. I'm using the following rule: http://pastebin.com/jjNQTYPD . No errors were indicated, but it seems that the ABE rule will simply not work. This rule has worked on Firefox 24-28.
I'm using Noscript 2.6.8.24rc5 and Noscript is set to globally allowed mode ...
I'm using Noscript 2.6.8.24rc5 and Noscript is set to globally allowed mode ...
- Mon Apr 28, 2014 2:09 pm
- Forum: NoScript Development
- Topic: XSS false +ve - special chars
- Replies: 4
- Views: 2755
Re: XSS false +ve - special chars
Is this a cross-site request or not?
This isn't a cross site request.
May I see the other [NoScript XSS] messages in the console?
Yes, I have this in my console:
[NoScript XSS] Sanitized suspicious upload to [https://example.com/login.php?mode=login###DATA###(urlencoded_password)] from [http ...
This isn't a cross site request.
May I see the other [NoScript XSS] messages in the console?
Yes, I have this in my console:
[NoScript XSS] Sanitized suspicious upload to [https://example.com/login.php?mode=login###DATA###(urlencoded_password)] from [http ...
- Fri Apr 25, 2014 1:21 pm
- Forum: NoScript Development
- Topic: XSS false +ve - special chars
- Replies: 4
- Views: 2755
XSS false +ve - special chars
NS's XSS filters is incorrectly triggerred when data with special characters is transmitted and the document initiating the POST request contains a query.
http://example.com/login.php -> username: admin, password: t[0.5]=log(e,R[0]/R)/k -> successful
http://example.com/login.php?id=(long_hex_string ...
http://example.com/login.php -> username: admin, password: t[0.5]=log(e,R[0]/R)/k -> successful
http://example.com/login.php?id=(long_hex_string ...
- Sat Mar 08, 2014 8:05 am
- Forum: NoScript Mobile
- Topic: Using ABE
- Replies: 1
- Views: 5677
Using ABE
How do I insert an ABE rule in NSA?
- Wed Feb 26, 2014 8:07 am
- Forum: ABE
- Topic: Firefox hangs with large ABE rule
- Replies: 8
- Views: 10656
Re: Firefox hangs with large ABE rule
Someone has beaten you to the idea.
You see, I'm not running to the patent office with that fifty line Perl script; and the main logic is the contribution of a person from stackoverflow, so even if I were to try to do so my hopes are dashed.
I'll have to see from where exactly they get their list ...
You see, I'm not running to the patent office with that fifty line Perl script; and the main logic is the contribution of a person from stackoverflow, so even if I were to try to do so my hopes are dashed.
I'll have to see from where exactly they get their list ...