Firefox: Difference between revisions

Ardenet (talk | contribs)
Marked this version for translation
Search engines are now referenced by id instead of by name, use 'ddg' instead of 'DuckDuckGo'.
 
(5 intermediate revisions by 2 users not shown)
Line 6: Line 6:
   |developer=Mozilla Foundation & Community
   |developer=Mozilla Foundation & Community
   |firstRelease=November 9, 2004
   |firstRelease=November 9, 2004
   |latestRelease=Firefox 140.0 (June 24, 2025)
   |latestRelease=Firefox 150.0 (April 21, 2026)
   |status=Active
   |status=Active
   |license=[https://www.mozilla.org/MPL/2.0/ Mozilla Public License 2.0]
   |license=[https://www.mozilla.org/MPL/2.0/ Mozilla Public License 2.0]
   |os=Cross-platform (Linux, macOS, Windows, *BSD)
   |os=Cross-platform (Linux, macOS, Windows, *BSD)
   |website=[https://www.mozilla.org/firefox mozilla.org/firefox]
   |website=[https://www.mozilla.org/firefox mozilla.org/firefox]
   |github=mozilla/firefox
   |github=mozilla-firefox/firefox
   |bugTracker=[https://bugzilla.mozilla.org/ Bugzilla]
   |bugTracker=[https://bugzilla.mozilla.org/ Bugzilla]
   |documentation=[https://support.mozilla.org/ Official Support]
   |documentation=[https://support.mozilla.org/ Official Support]
Line 24: Line 24:
</translate>
</translate>


{{code|lang=bash|line=no|1=$ nix-shell -p firefox}}
<syntaxhighlight lang=console>
$ nix-shell -p firefox
</syntaxhighlight>


<translate>
<translate>
Line 151: Line 153:


           importedLists = [
           importedLists = [
             "https:#filters.adtidy.org/extension/ublock/filters/3.txt"
             "https://filters.adtidy.org/extension/ublock/filters/3.txt"
             "https:#github.com/DandelionSprout/adfilt/raw/master/LegitimateURLShortener.txt"
             "https://github.com/DandelionSprout/adfilt/raw/master/LegitimateURLShortener.txt"
           ];
           ];


Line 166: Line 168:
           "easylist"
           "easylist"
           "easyprivacy"
           "easyprivacy"
           "https:#github.com/DandelionSprout/adfilt/raw/master/LegitimateURLShortener.txt"
           "https://github.com/DandelionSprout/adfilt/raw/master/LegitimateURLShortener.txt"
           "plowe-0"
           "plowe-0"
           "ublock-abuse"
           "ublock-abuse"
Line 182: Line 184:
   profiles.default.search = {
   profiles.default.search = {
     force          = true;
     force          = true;
     default        = "DuckDuckGo";
     default        = "ddg";
     privateDefault  = "DuckDuckGo";
     privateDefault  = "ddg";


     engines = {
     engines = {
Line 234: Line 236:
<!--T:25-->
<!--T:25-->
[https://nix-community.github.io/home-manager/options.xhtml#opt-programs.firefox.enable More options are available on Home Manager's site.]
[https://nix-community.github.io/home-manager/options.xhtml#opt-programs.firefox.enable More options are available on Home Manager's site.]
To reload uBlock Origin settings from <code>policies.json</code>, open the uBlock Origin dashboard and choose ''Reset to default settings''.


== Firefox Variants == <!--T:4-->
== Firefox Variants == <!--T:4-->
Line 303: Line 307:
</translate>
</translate>


{{code|lang=bash|line=no|1=$ nixos-rebuild switch --impure}}
<syntaxhighlight lang=console>
$ nixos-rebuild switch --impure
</syntaxhighlight>


<translate>
<translate>
== Tips and Tricks == <!--T:28-->
== Tips and Tricks == <!--T:28-->


Line 397: Line 404:
* [[Home Manager]] – Declarative per-user configuration
* [[Home Manager]] – Declarative per-user configuration
* [https://search.nixos.org/options?channel=unstable&query=programs.firefox NixOS options for Firefox]
* [https://search.nixos.org/options?channel=unstable&query=programs.firefox NixOS options for Firefox]
* [https://discourse.nixos.org/tag/firefox Firefox topics on NixOS Discourse]


== References == <!--T:67-->
== References == <!--T:67-->