ABE issue (sandbox) with NoScript 2.9.5.3rc6
Posted: Thu Jan 26, 2017 10:37 am
Following the advice given in this thread ABE seems to be broken since the latest release [2.9.5.1] I've first added the line
right after the Site .mysite.com line, then tried to change it to
- 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 or because when using sandbox no website can be allowed - for instance when clicking temporary allow noscript.net it allows https://noscript.net but leaves another entry in the menu icon http://noscript.net that can' t be allowed.
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 ?
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 ?