-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
librewolf: init module #2976
librewolf: init module #2976
Conversation
37a5faf to
111d57f
Compare
|
@somasis :) |
|
Thanks! Added a few comments. |
473a102 to
dcc85b6
Compare
|
Thank you @rycee, fixed the issues :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, just noticed a couple other minor things.
|
Thank you @sumnerevans for the feedback :) Fixed it! |
|
Thanks! Merged to master now. Note, I made the module Linux only since the librewolf package in Nixpkgs doesn't seem to support Darwin. |
Description
This PR is related to the issue #2803 .
It adds a module for the program LibreWolf, a security and privacy focused fork of Firefox.
In the current state it only adds the
overridessettings to configure some LibreWolf settings as described here. This is the only option I need.As far as I can tell this is Librewolf specific and could not be compared or covered with the Firefox module.
Example usage:
This configures Librewolf to enable WebGL, remember cookies and history by disabling privacy and security defaults.
Checklist
Change is backwards compatible.
Code formatted with
./format.Code tested through
nix-shell --pure tests -A run.all.Test cases updated/added. See example.
Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module
Added myself as module maintainer. See example.
Added myself and the module files to
.github/CODEOWNERS.