1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-02 11:28:05 +02:00
CanvasBlocker/options/presets.json
2019-07-16 18:25:30 +02:00

23 lines
422 B
JSON

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