Regular expression in XSS exceptions
Posted: Wed Nov 02, 2011 12:21 pm
Hi,
I'm trying to make a XSS exception for the ubernote.com UberClip weblet. (you mark some text and initiate the weblet to have a copy sent to your account at ubernote)
I thought this should work:
But it fails when tested on some random page with "lots" of text.
Obviously the include all option works, but I would like something a bit stricter.
Is regular expression classes allowed in the XSS filter at all?
I'm trying to make a XSS exception for the ubernote.com UberClip weblet. (you mark some text and initiate the weblet to have a copy sent to your account at ubernote)
I thought this should work:
Code: Select all
^http://www.ubernote.com/webnote/webtools[:graph:]+$
Obviously the include all option works, but I would like something a bit stricter.

Code: Select all
^http://www.ubernote.com/webnote/webtools.*$