Page 1 of 1

Detecting NoScript on Browserscope

Posted: Thu Nov 04, 2010 5:46 pm
by elsigh
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!

Re: Detecting NoScript on Browserscope

Posted: Thu Nov 04, 2010 10:09 pm
by Giorgio Maone
Easy hack:

Code: Select all

/NoScript/.test(window.toStaticHTML)