aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index f986dcc..57c27c5 100644
--- a/default.nix
+++ b/default.nix
@@ -42,6 +42,9 @@ in rec {
noTunnels
noLocation
safebrowsing.disableAll
+ trackingprotection.disableAll
+
+ replaceAllUrls
# restrict
# distrustUser
@@ -81,6 +84,11 @@ in rec {
bundle = ffLib.bundle bundleConfig;
launcher = ffLib.launcher bundle;
+ export = ffLib.export {
+ inherit (bundleConfig) policies preferences;
+ selfPath = "/opt/firefox";
+ };
+
/*
bundle = profiles.bundle {
policies = {