1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-03 03:48:04 +02:00
CanvasBlocker/options/presets.json

31 lines
588 B
JSON
Raw Normal View History

2019-07-16 18:25:30 +02:00
{
"convenience": {
"maxFakeSize": 1000000,
"protectDOMRect": {
"mail.google.com": false,
2019-07-16 18:25:30 +02:00
"onedrive.live.com": false
},
"protectWindow": {
"paypal.com": false
2019-07-16 18:25:30 +02:00
}
},
"stealth": {
"minFakeSize": 10,
"protectedCanvasPart": "input",
"rng": "persistent",
"ignoreFrequentColors": 3,
"minColors": 3,
"storePersistentRnd": true,
"fakeMinimalScreenSize": false
2019-07-16 18:25:30 +02:00
},
"max_protection": {
"minFakeSize": 0,
"maxFakeSize": 0,
"audioFakeRate": "0.1%",
"audioNoiseLevel": "low",
"protectWindow": true
2019-12-16 19:31:18 +01:00
},
"recaptcha": {
"allowWindowNameInFrames": true
2019-07-16 18:25:30 +02:00
}
}