1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-03 11:58:04 +02:00
CanvasBlocker/options/presets.json
kkapsner d42a4d2372 Added screnn protection
First draft for #220
2019-11-11 23:00:39 +01:00

24 lines
456 B
JSON

{
"convenience": {
"maxFakeSize": 1000000,
"protectDOMRect": {
"onedrive.live.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
}
}