From 4574a166b3c23e60d86932441cc4e9d3beed7be0 Mon Sep 17 00:00:00 2001 From: xenofem Date: Wed, 24 Aug 2022 15:21:08 -0400 Subject: [PATCH] disabling MOZ_REQUIRE_SIGNING should be sufficient to allow unsigned addons without patching? --- allow-unsigned-addons.patch | 11 ----------- flake.nix | 3 --- 2 files changed, 14 deletions(-) delete mode 100644 allow-unsigned-addons.patch diff --git a/allow-unsigned-addons.patch b/allow-unsigned-addons.patch deleted file mode 100644 index e570267..0000000 --- a/allow-unsigned-addons.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/toolkit/moz.configure 2021-09-27 19:17:29.000000000 -0400 -+++ b/toolkit/moz.configure 2021-10-24 00:47:41.559674267 -0400 -@@ -1412,7 +1412,7 @@ - # ============================================================== - @depends(milestone) - def require_signing(milestone): -- return milestone.is_release_or_beta and not milestone.is_esr -+ return False - - - option( \ No newline at end of file diff --git a/flake.nix b/flake.nix index e3026a0..f2eb325 100644 --- a/flake.nix +++ b/flake.nix @@ -25,9 +25,6 @@ # restriction. # https://github.com/mozilla/policy-templates/issues/484 ./allow-searchengines-policy.patch - # Nix's wrapFirefox enables unsigned addons, but mainline - # Firefox has that force-locked. - ./allow-unsigned-addons.patch ]; }); };