Can I bypass Anti-XSS filters for certain web pages?
If you’re a bit of the “geek” type, you know regular expressions and you’re very confident the target web page is immune to XSS vulnerabilities, you can tweak the NoScript Options|Advanced|XSS|Anti-XSS Protection Exceptions rules, i.e. a list of regular expressions (one on each line) used to identify web addresses which you deem do not need to be protected against XSS. For instance, the “advanced search” feature on Ebay uses a syntax which is very likely to form syntactically valid JavaScript, and thus triggers the XSS filters.