feat(firefox): softened non-proxy profiles and hardened proxy profiles

This commit is contained in:
kenji
2026-07-05 17:24:12 -05:00
parent 38a93f44b7
commit 9706d4d95d
4 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
"browser.contentblocking.category" = "strict";
"privacy.trackingprotection.enabled" = true;
"privacy.resistFingerprinting" = false; # Note: Spoofs timezone and caps FPS to 60
"geo.enabled" = false;
"geo.enabled" = true;
"media.peerconnection.enabled" = false; # Prevents WebRTC IP leaks
"network.dns.disablePrefetch" = true;
"network.prefetch-next" = false;