Librewolf: Difference between revisions
imported>Onny Add initial page |
m Category:Web Browser added |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
To install LibreWolf system wide add the following line to your system configuration | To install LibreWolf system wide add the following line to your system configuration | ||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
| Line 19: | Line 18: | ||
enable = true; | enable = true; | ||
# Enable WebGL, cookies and history | # Enable WebGL, cookies and history | ||
settings = { | |||
"webgl.disabled" = false; | "webgl.disabled" = false; | ||
"privacy.resistFingerprinting" = false; | "privacy.resistFingerprinting" = false; | ||
| Line 34: | Line 33: | ||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category:Privacy]] | [[Category:Privacy]] | ||
[[Category:Web Browser]] | |||