Empty MOZ_REQUIRE_SIGNING for unsigned extensions
Allows using unsigned extensions (when `xpinstall.signatures.required` is set to `false`). Should fix librewolf-community/browser/flatpak#21.
This commit is contained in:
parent
d78c8c0c19
commit
354766fc0d
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ ac_add_options --with-branding=browser/branding/librewolf
|
|||
# ac_add_options --with-distribution-id=io.gitlab.librewolf-community
|
||||
ac_add_options --with-unsigned-addon-scopes=app,system
|
||||
ac_add_options --allow-addon-sideload
|
||||
export MOZ_REQUIRE_SIGNING=
|
||||
|
||||
# System libraries
|
||||
# ac_add_options --with-system-nspr
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue