change firefox config

This commit is contained in:
Frost-Phoenix 2023-11-09 19:28:37 +01:00
parent ba179e7ddf
commit e195bf3790
2 changed files with 1497 additions and 236 deletions

View file

@ -4,9 +4,9 @@
enable = true; enable = true;
profiles.default = { profiles.default = {
settings = {}; settings = builtins.readFile ./user.js;
isDefault = true; isDefault = true;
userChrome = builtins.readFile ./userChrome.css; # userChrome = builtins.readFile ./userChrome.css;
extensions = with pkgs.nur.repos.rycee.firefox-addons; [ extensions = with pkgs.nur.repos.rycee.firefox-addons; [
sponsorblock sponsorblock
ublock-origin ublock-origin
@ -17,7 +17,7 @@
]; ];
}; };
# package = pkgs.wrapFirefox pkgs.firefox-unwrapped { package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
# extraPolicies = { # extraPolicies = {
# CaptivePortal = false; # CaptivePortal = false;
# DisableFirefoxStudies = true; # DisableFirefoxStudies = true;
@ -253,7 +253,7 @@
# "network.cookie.lifetimePolicy" = 0; # "network.cookie.lifetimePolicy" = 0;
# "security.pki.sha1_enforcement_level" = 1; # "security.pki.sha1_enforcement_level" = 1;
# }; # };
# }; };
# }; };
}; };
} }

1261
modules/home/firefox/user.js Normal file

File diff suppressed because it is too large Load diff