about summary refs log tree commit diff
path: root/pkgs/aszlig/firefox
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2024-05-24 00:56:06 +0200
committeraszlig <aszlig@nix.build>2024-05-24 00:56:06 +0200
commit423dd17ca0a25a4e45d5491fe1442cb1db080820 (patch)
treee6594738d7aadc137251336fd02eafcfc8e5d81e /pkgs/aszlig/firefox
parent90b7aaf2ea8dd3213f6f8ea4b641d0dc0428a242 (diff)
firefox: Fix dont-block-about-pages.patch
Recent Firefox releases no longer have the neededOnContentProcess
keyword argument, so let's just drop it. Apart from that the patch still
has the same functionality.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/aszlig/firefox')
-rw-r--r--pkgs/aszlig/firefox/dont-block-about-pages.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/aszlig/firefox/dont-block-about-pages.patch b/pkgs/aszlig/firefox/dont-block-about-pages.patch
index 3f328ffc..9659bcea 100644
--- a/pkgs/aszlig/firefox/dont-block-about-pages.patch
+++ b/pkgs/aszlig/firefox/dont-block-about-pages.patch
@@ -5,7 +5,7 @@ index 21e3e8804f60..106ec235c5c0 100644
 @@ -2615,6 +2615,7 @@ function clearBlockedAboutPages() {
  }
  
- function blockAboutPage(manager, feature, neededOnContentProcess = false) {
+ function blockAboutPage(manager, feature) {
 +  return;
    addChromeURLBlocker();
    gBlockedAboutPages.push(feature);