about summary refs log tree commit diff
path: root/pkgs/aszlig/firefox/dont-block-about-pages.patch
blob: 3f328ffce64ca39e49df68e6d50ab8a02530d840 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/browser/components/enterprisepolicies/Policies.sys.mjs b/browser/components/enterprisepolicies/Policies.sys.mjs
index 21e3e8804f60..106ec235c5c0 100644
--- a/browser/components/enterprisepolicies/Policies.sys.mjs
+++ b/browser/components/enterprisepolicies/Policies.sys.mjs
@@ -2615,6 +2615,7 @@ function clearBlockedAboutPages() {
 }
 
 function blockAboutPage(manager, feature, neededOnContentProcess = false) {
+  return;
   addChromeURLBlocker();
   gBlockedAboutPages.push(feature);