Search found 35 matches
- Fri Dec 19, 2014 12:54 am
- Forum: NoScript General
- Topic: XSS problem
- Replies: 1
- Views: 1979
XSS problem
[NoScript XSS] 净化从 [https://auth.alipay.com/login/index.htm] 至 [https://umidprod.alipay.com/gather.htm###DATA###ce%3D1%26fe%3D1%26fv%3D16.0.0%26dt%3DWin32%26cpu%3D%26bl%3Dzh-CN%26tz%3D%252B8%26sr%3D1366*768%26pl%3D-2.0.0.4%253A%253Aapplication%252Fbd-npupload-plugin%7E%253B-2.0.0.4%253A%253Aapplica...
- Fri Jan 03, 2014 11:53 am
- Forum: NoScript Support
- Topic: False positive XSS on www.baidu.com
- Replies: 0
- Views: 1941
False positive XSS on www.baidu.com
[19:51:15.137] [NoScript XSS] Sanitized suspicious request. Original URL [http://www.baidu.com/s?wd=%C1%E2%BD%C7] requested from [chrome://browser/content/browser.xul]. Sanitized URL: [http://www.baidu.com/#6325863177406117981]. -- [19:51:55.898] [NoScript XSS] Sanitized suspicious request. Original...
- Mon Dec 30, 2013 8:16 am
- Forum: NoScript Support
- Topic: Share a suite Icon style of NS
- Replies: 0
- Views: 1414
- Fri Dec 27, 2013 11:22 am
- Forum: Security
- Topic: Replace functionality blocked by NS without whitelisting?
- Replies: 7
- Views: 6245
Re: Replace functionality blocked by NS without whitelisting
You can, actually. Rather than putting the code in the noscript.surrogate.xyz.replacement preference, put there a file:/// URL pointing at your local external script. That sounds great! It is similar to Local Load , which has not been updated for a long time~ Hope you can give some practical or det...
- Fri Dec 20, 2013 5:32 am
- Forum: NoScript Support
- Topic: Q: Temporarily allow top-level sites by default
- Replies: 3
- Views: 2022
Re: Q: Temporarily allow top-level sites by default
Sorry I think I was wrong, I selected the "also block trusted sites`s embeded objects"Thrawn wrote:No, it applies to embeddings as well. It performs 'Temporarily allow' for any site that you visit.
- Wed Dec 18, 2013 5:54 am
- Forum: NoScript Support
- Topic: Q: Temporarily allow top-level sites by default
- Replies: 3
- Views: 2022
Re: Q: Temporarily allow top-level sites by default
No, it applies to embeddings as well. I see the explaination said this: Temporarily allow top-level sites by default, not recommended and disabled by default, grants permissions "on the fly" to the address of the main page (the one usually displayed in the location bar), excluding subfram...
- Wed Dec 18, 2013 1:42 am
- Forum: NoScript Support
- Topic: Q: Temporarily allow top-level sites by default
- Replies: 3
- Views: 2022
Q: Temporarily allow top-level sites by default
Temporarily allow top-level sites by default
My understanding of this option in the General part is designed for JS permission only, am I right?
My understanding of this option in the General part is designed for JS permission only, am I right?
- Fri Dec 06, 2013 5:51 am
- Forum: ABE
- Topic: Can`t ABE Block file:// protocol ?
- Replies: 3
- Views: 4062
Re: Can`t ABE Block file:// protocol ?
I edit the urlThrawn wrote:Can you re-try your link, either inside [ url ] tags, or without parsing URLs?
- Fri Dec 06, 2013 2:22 am
- Forum: ABE
- Topic: Can`t ABE Block file:// protocol ?
- Replies: 3
- Views: 4062
Can`t ABE Block file:// protocol ?
Site ^file://.*
#Accept from ^chrome://browser/content/browser\.xul$
Deny
The Multi-Process version will filter file:// jar:// about://, so I want to try it with ABE:
https://wiki.mozilla.org/Necko:_Electrolysis_design_and_subprojects#Protocols_that_need_work_for_e10s
#Accept from ^chrome://browser/content/browser\.xul$
Deny
The Multi-Process version will filter file:// jar:// about://, so I want to try it with ABE:
https://wiki.mozilla.org/Necko:_Electrolysis_design_and_subprojects#Protocols_that_need_work_for_e10s
- Fri Nov 08, 2013 5:50 am
- Forum: ABE
- Topic: [Resolved]noscript.ABE.legacyPrompt ?
- Replies: 1
- Views: 2940
[Resolved]noscript.ABE.legacyPrompt ?
noscript.ABE.legacyPrompt
I want to know the meaning of this preference?
I want to know the meaning of this preference?
- Sun Oct 27, 2013 4:20 am
- Forum: NoScript Support
- Topic: Can NoScript distinguish/block requests from other addons ?
- Replies: 2
- Views: 35995
Re: Can NoScript distinguish/block requests from other addon
Got it, Thank youThrawn wrote:Yes, I believe it can. It is capable of blocking requests from chrome: code.
However, it's always possible for another addon to interfere with ABE's code, since they have the same privileges. You shouldn't rely on NoScript to protect you from malicious addons.

- Fri Oct 25, 2013 4:09 am
- Forum: NoScript Support
- Topic: Can NoScript distinguish/block requests from other addons ?
- Replies: 2
- Views: 35995
Can NoScript distinguish/block requests from other addons ?
I know ABE is firewall style, so can it achieve the functions?
- Mon Sep 30, 2013 1:31 am
- Forum: ABE
- Topic: [RESOLVED]: will ABE became a filter?
- Replies: 1
- Views: 2708
[RESOLVED]: will ABE became a filter?
Does the filtering proxy means a online filter like http://www.privoxy.org/ , or filter like ABP?As soon as browser support for the Origin HTTP header becomes widespread and reliable, an external version of ABE might be developed as a filtering proxy.
- Thu Sep 12, 2013 2:14 am
- Forum: ABE
- Topic: [RESOLVED]:personal ruleset and subscription
- Replies: 2
- Views: 3274
Re: HELP:personal ruleset and subscription
The situations where you would need an extra ruleset are pretty limited and specialised. For example, I'm making use of one for my Firefox extension (under development), so that it can generate extra ABE rules without touching your existing rulesets, and it can easily delete them when uninstalled. ...
- Tue Sep 10, 2013 9:58 am
- Forum: ABE
- Topic: [RESOLVED]:personal ruleset and subscription
- Replies: 2
- Views: 3274
[RESOLVED]:personal ruleset and subscription
user_pref(" noscript.ABE.rulesets.USER2 ", "Site *\nDeny INC(SCRIPT) from ^http://(www\\.)??([0-9]{2,}[a-z]+|[a-z]+[0-9]{2,}[a-z]*)\\.com"); I tried to create a personal ABE ruleset,and It seems work, So I guess we can create rulesets apart from the built-in SYSTEM and USER, am I...