Code: Select all
Accept from chrome: moz-nullprincipal:
Code: Select all
Sandbox from chrome: moz-nullprincipal:
- and it worked in 2.9.5.2 with no issues that I was aware of.
However, this doesn't work anymore in NoScript 2.9.5.3 and 2.9.5.3rc6 : the sandbox rule posted above basically breaks the temporary allow function of NoScript, that line now has to be either
Code: Select all
Accept from chrome: moz-nullprincipal:
Code: Select all
Anon from chrome: moz-nullprincipal:
Is this a bug, or is it actually wrong to substitute sandbox for accept in that line?
Speaking of which, will the need for such workaround be removed at some point, or will this be needed from now on ?