disable rfp for some sites
This commit is contained in:
parent
d7b460f9ed
commit
d9a3511846
1 changed files with 15 additions and 0 deletions
|
@ -345,6 +345,21 @@
|
|||
"browser.download.always_ask_before_handling_new_types" = true;
|
||||
"privacy.resistFingerprinting" = true;
|
||||
"privacy.resistFingerprinting.pbmode" = true;
|
||||
"privacy.resistFingerprinting.exemptedDomains" =
|
||||
let
|
||||
domains = [
|
||||
"bahn.expert"
|
||||
"traewelling.de"
|
||||
"katzen.cafe"
|
||||
"catgirl.cloud"
|
||||
"nekover.se"
|
||||
"zug.network"
|
||||
"girlcock.club"
|
||||
"hamburg.ccc.de"
|
||||
"codeberg.org"
|
||||
];
|
||||
in
|
||||
domains ++ (map (domain: "*." + domain) domains);
|
||||
"privacy.window.maxInnerWidth" = 1600;
|
||||
"privacy.window.maxInnerHeight" = 900;
|
||||
"privacy.resistFingerprinting.block_mozAddonManager" = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue