20 lines
835 B
Diff
20 lines
835 B
Diff
|
--- a/browser/components/enterprisepolicies/Policies.sys.mjs
|
||
|
+++ b/browser/components/enterprisepolicies/Policies.sys.mjs
|
||
|
@@ -1137,8 +1137,6 @@ export var Policies = {
|
||
|
"extensions.htmlaboutaddons.recommendations.enable",
|
||
|
false
|
||
|
);
|
||
|
- // Block about:debugging
|
||
|
- blockAboutPage(manager, "about:debugging");
|
||
|
}
|
||
|
if ("restricted_domains" in extensionSettings["*"]) {
|
||
|
let restrictedDomains = Services.prefs
|
||
|
@@ -1450,7 +1448,6 @@ export var Policies = {
|
||
|
if ("Default" in param) {
|
||
|
setAndLockPref("xpinstall.enabled", param.Default);
|
||
|
if (!param.Default) {
|
||
|
- blockAboutPage(manager, "about:debugging");
|
||
|
setAndLockPref(
|
||
|
"browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons",
|
||
|
false
|