programs.librewolf.policies

See list of policies.

Type
attribute set of (JSON value)
Default
{ }
Example
{
  BlockAboutConfig = true;
  DefaultDownloadDirectory = "\${home}/Downloads";
  ExtensionSettings = {
    "uBlock0@raymondhill.net" = {
      default_area = "menupanel";
      install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
      installation_mode = "force_installed";
      private_browsing = true;
    };
  };
}
Declared
<home-manager/modules/programs/librewolf.nix>