summaryrefslogtreecommitdiff
path: root/librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch
diff options
context:
space:
mode:
Diffstat (limited to 'librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch')
-rw-r--r--librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch b/librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch
new file mode 100644
index 0000000..688c17c
--- /dev/null
+++ b/librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch
@@ -0,0 +1,11 @@
+--- a/browser/components/preferences/preferences.js
++++ b/browser/components/preferences/preferences.js
+@@ -161,8 +161,6 @@
+ this.removeAttribute("keyboard-navigation");
+ });
+
+- maybeDisplayPoliciesNotice();
+-
+ window.addEventListener("hashchange", onHashChange);
+
+ gotoPref().then(() => {
bgstack15