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 ]; }); };