aboutsummaryrefslogtreecommitdiff
path: root/profiles/defaults.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/defaults.nix')
-rw-r--r--profiles/defaults.nix21
1 files changed, 21 insertions, 0 deletions
diff --git a/profiles/defaults.nix b/profiles/defaults.nix
new file mode 100644
index 0000000..72315f6
--- /dev/null
+++ b/profiles/defaults.nix
@@ -0,0 +1,21 @@
+{ ffLib }: {
+ policies = {
+ /*EnableTrackingProtection = {
+ Cryptomining = true;
+ Fingerprinting = true;
+ Value = true;
+ };*/
+
+ EnableTrackingProtection = {
+ Cryptomining = false;
+ Fingerprinting = false;
+ Value = false;
+ };
+
+ FlashPlugin.Default = false;
+ };
+
+ preferences = {
+ network.IDN_show_punycode = true;
+ };
+}