Hey NoScripters - first, congratulations on the excellent security test score on www.browserscope.org! I'm the maintainer of Browserscope and we're wondering if there's a client-side way to detect the presence of NoScript being installed - does anyone know already offhand? Something we could hack/test for in JS? If so, we can distinguish NoScript results more easily.
Thanks!
Detecting NoScript on Browserscope
Detecting NoScript on Browserscope
Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Detecting NoScript on Browserscope
Easy hack:
Code: Select all
/NoScript/.test(window.toStaticHTML)
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12