switch chrome for chromium

This commit is contained in:
Bryan Ramos 2023-06-07 12:59:44 -04:00
parent a6b2837b0b
commit 1018e8e1e0
2 changed files with 2 additions and 29 deletions

View file

@ -1,25 +0,0 @@
{ pkgs, ... }:
{
isDefault = true;
search.default = "Startpage";
settings = {
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";
"dom.security.https_only_mode" = true;
"media.peerconnection.enabled" = false;
"browser.formfill.enable" = false;
"toolkit.telemetry.enabled" = false;
"toolkit.telemetry.archive.enabled" = false;
"datareporting.healthreport.uploadEnabled" = false;
"browser.ping-centre.telemetry" = false;
"privacy.resistFingerprinting" = true;
"privacy.trackingprotection.fingerprinting.enabled" = true;
"privacy.trackingprotection.cryptomining.enabled" = true;
"geo.enabled" = false;
"privacy.trackingprotection.enabled" = true;
};
}