1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-05-29 09:28:06 +02:00
CanvasBlocker/options/presets.json
2021-03-06 11:16:20 +01:00

31 lines
588 B
JSON

{
"convenience": {
"maxFakeSize": 1000000,
"protectDOMRect": {
"mail.google.com": false,
"onedrive.live.com": false
},
"protectWindow": {
"paypal.com": false
}
},
"stealth": {
"minFakeSize": 10,
"protectedCanvasPart": "input",
"rng": "persistent",
"ignoreFrequentColors": 3,
"minColors": 3,
"storePersistentRnd": true,
"fakeMinimalScreenSize": false
},
"max_protection": {
"minFakeSize": 0,
"maxFakeSize": 0,
"audioFakeRate": "0.1%",
"audioNoiseLevel": "low",
"protectWindow": true
},
"recaptcha": {
"allowWindowNameInFrames": true
}
}