bookmarklet handling broken, turns on scripts globally
Posted: Sat May 14, 2011 9:17 am
bookmarklet handling is fundamentally broken in noscript
every time you run a bookmarklet, noscripts temporarily enables script globally,
but its not always temporary
for example, if the bookmarklet prompts like
disabling scripts globally doesn't happen unless you close the prompt dialog by hitting ok or cancel
if you close the tab, scripts remain enabled globally until you manually forbid scripts globally
i've tested out a lame fix for this by making it impossible to enable scripts globally, see
http://forums.informaction.com/viewtopi ... 66&p=27495
Thanks
every time you run a bookmarklet, noscripts temporarily enables script globally,
but its not always temporary
for example, if the bookmarklet prompts like
Code: Select all
javascript:(function(){ prompt(location.href,location.href); })()
if you close the tab, scripts remain enabled globally until you manually forbid scripts globally
i've tested out a lame fix for this by making it impossible to enable scripts globally, see
http://forums.informaction.com/viewtopi ... 66&p=27495
Thanks