disabling MOZ_REQUIRE_SIGNING should be sufficient to allow unsigned addons without patching?
This commit is contained in:
parent
0ddfe72b0b
commit
4574a166b3
|
@ -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(
|
Loading…
Reference in a new issue