mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-18 02:55:12 -05:00
19 lines
645 B
Nix
19 lines
645 B
Nix
![]() |
{
|
||
|
# FPP (fingerprintingProtection)
|
||
|
"privacy.fingerprintingProtection.pbmode" = true;
|
||
|
"privacy.fingerprintingProtection" = true;
|
||
|
|
||
|
# RFP (resistFingerprinting)
|
||
|
"privacy.resistFingerprinting" = true;
|
||
|
"privacy.window.maxInnerWidth" = 1600;
|
||
|
"privacy.window.maxInnerHeight" = 900;
|
||
|
"privacy.resistFingerprinting.block_mozAddonManager" = true;
|
||
|
"privacy.resistFingerprinting.letterboxing" = false;
|
||
|
"privacy.spoof_english" = 1;
|
||
|
"browser.display.use_system_colors" = false;
|
||
|
"widget.non-native-theme.enabled" = true;
|
||
|
"browser.link.open_newwindow" = 3;
|
||
|
"browser.link.open_newwindow.restriction" = 0;
|
||
|
"webgl.disabled" = false;
|
||
|
}
|