Search found 1 match
- Thu Sep 06, 2012 1:50 pm
- Forum: NoScript Development
- Topic: A New Type of Phishing Attack
- Replies: 40
- Views: 21742
Re: A New Type of Phishing Attack
Hi Giorgio Maone, Couldn't there be brought in a kind of uri sanitizing into NoScript like >>> sanitizer = HTMLSanitizer() >>> sanitizer.is_safe_uri('http://example.org/') True >>> sanitizer.is_safe_uri('javascript:alert(document.cookie)') False I think here of an implementation of data stream filte...