No Script Remove restrictions
Posted: Mon May 14, 2018 3:25 pm
In our Enterprise Environment we need to continue to block users from being able allowing sites without editing the individual site settings.
In the older version of No Script we were able to block the the Global allow and Allow all on this page using the following.
//Disable NoScript Gobal Allow
pref("noscript.showGlobal", false);
//Disable NoScript Gobal Allow
pref("noscript.showAllowPage", false);
But it appears these settings don't work the same in new No script version.
Any suggestions on how to block the use of
Disable Restrictions Globally and Disable Restrictions on this tab.
(Back Story this has become a concern as we are switching to ESR 60 as ESR 52 is at end of support)
Thank you for your time.
In the older version of No Script we were able to block the the Global allow and Allow all on this page using the following.
//Disable NoScript Gobal Allow
pref("noscript.showGlobal", false);
//Disable NoScript Gobal Allow
pref("noscript.showAllowPage", false);
But it appears these settings don't work the same in new No script version.
Any suggestions on how to block the use of
Disable Restrictions Globally and Disable Restrictions on this tab.
(Back Story this has become a concern as we are switching to ESR 60 as ESR 52 is at end of support)
Thank you for your time.