summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorcolin <colin@uninsane.org>2022-11-01 22:12:29 -0700
committercolin <colin@uninsane.org>2022-11-07 21:35:00 -0800
commit6c8f82937fb433065945faa545883714677a7b4e (patch)
treedc658ea53df1d33cf57b826be8eb8bb7385b327a /pkgs/development/python-modules/rangehttpserver
parent608eb68fd8ab9e50186ffc3d7c7e842618037c2b (diff)
librewolf: build with `MOZ_REQUIRE_SIGNING = ""`
this allows sideloading unsigned browser extensions (via the `nixExtensions` option in the [firefox-wrapper]). i believe librewolf is meant to allow unsigned sideloading, based on upstream discussions and this bit that already exists in ./librewolf.nix: ```nix extraConfigureFlags = [ "--with-unsigned-addon-scopes=app,system" "--allow-addon-sideload" ]; ``` but Mozilla changed some defaults over the years. this `MOZ_REQUIRE_SIGNING` option is mentioned [upstream] and we can see that the arch [[pkgbuild]] clears it in a similar manner. [upstream]: https://gitlab.com/librewolf-community/browser/arch/-/issues/49 [pkgbuild]: https://gitlab.com/librewolf-community/browser/arch/-/blob/master/PKGBUILD#L95 [firefox-wrapper]: pkgs/applications/networking/browsers/firefox/wrapper.nix
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions