diff options
author | B. Stack <bgstack15@gmail.com> | 2022-05-24 22:23:52 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-05-24 22:23:52 -0400 |
commit | 2e02bfdbb7f225e3619317be008f4429724003f9 (patch) | |
tree | f8c63b10b13f32db62785de2bd0fcc839ad9472b /remove-organization-policy-banner.patch | |
parent | Updated to 100.0.2 (diff) | |
download | librewolf-fedora-ff-2e02bfdbb7f225e3619317be008f4429724003f9.tar.gz librewolf-fedora-ff-2e02bfdbb7f225e3619317be008f4429724003f9.tar.bz2 librewolf-fedora-ff-2e02bfdbb7f225e3619317be008f4429724003f9.zip |
librewolf 100.0.2 rc1b100.0.2
Diffstat (limited to 'remove-organization-policy-banner.patch')
-rw-r--r-- | remove-organization-policy-banner.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/remove-organization-policy-banner.patch b/remove-organization-policy-banner.patch new file mode 100644 index 0000000..1475de9 --- /dev/null +++ b/remove-organization-policy-banner.patch @@ -0,0 +1,11 @@ +--- a/browser/components/preferences/preferences.js ++++ b/browser/components/preferences/preferences.js +@@ -234,8 +234,6 @@ + this.removeAttribute("keyboard-navigation"); + }); + +- maybeDisplayPoliciesNotice(); +- + window.addEventListener("hashchange", onHashChange); + + document.getElementById("focusSearch1").addEventListener("command", () => { |