Search found 35 matches

by 江3如此多娇
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...
by 江3如此多娇
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...
by 江3如此多娇
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...
by 江3如此多娇
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

Thrawn wrote:No, it applies to embeddings as well. It performs 'Temporarily allow' for any site that you visit.
Sorry I think I was wrong, I selected the "also block trusted sites`s embeded objects"
by 江3如此多娇
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...
by 江3如此多娇
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?
by 江3如此多娇
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 ?

Thrawn wrote:Can you re-try your link, either inside [ url ] tags, or without parsing URLs?
I edit the url
by 江3如此多娇
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
by 江3如此多娇
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?
by 江3如此多娇
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

Thrawn 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.
Got it, Thank you :lol:
by 江3如此多娇
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?
by 江3如此多娇
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?

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.
Does the filtering proxy means a online filter like http://www.privoxy.org/ , or filter like ABP?
by 江3如此多娇
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. ...
by 江3如此多娇
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...