-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCanvasBlocker-settings.json
94 lines (94 loc) · 2.37 KB
/
CanvasBlocker-settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"logLevel": 0,
"urlSettings": [
{
"url": "mail.google.com",
"protectDOMRect": false
},
{
"url": "onedrive.live.com",
"protectDOMRect": false
}
],
"hiddenSettings": {},
"expandStatus": {
"section_faking": true,
"blockMode": true
},
"displayHiddenSettings": false,
"whiteList": "paypal.com",
"sessionWhiteList": "",
"blackList": "",
"blockMode": "fake",
"protectedCanvasPart": "input",
"minFakeSize": 10,
"maxFakeSize": 1000000,
"rng": "persistent",
"protectedAPIFeatures": {
"length @ history": false,
"getContext @ canvas": false,
"toDataURL @ canvas": false,
"toBlob @ canvas": false,
"convertToBlob @ canvas": false,
"mozGetAsFile @ canvas": false,
"getImageData @ canvas": false,
"isPointInPath @ canvas": false,
"isPointInStroke @ canvas": false,
"fillText @ canvas": false,
"strokeText @ canvas": false
},
"useCanvasCache": true,
"ignoreFrequentColors": 3,
"minColors": 3,
"fakeAlphaChannel": false,
"webGLVendor": "",
"webGLRenderer": "",
"webGLUnmaskedVendor": "",
"webGLUnmaskedRenderer": "",
"persistentRndStorage": "{}",
"persistentIncognitoRndStorage": "{}",
"storePersistentRnd": false,
"persistentRndClearIntervalValue": 15,
"persistentRndClearIntervalUnit": "minutes",
"lastPersistentRndClearing": 1622058570900,
"sharePersistentRndBetweenDomains": false,
"askOnlyOnce": "individual",
"askDenyMode": "block",
"showCanvasWhileAsking": true,
"showNotifications": true,
"highlightPageAction": "none",
"highlightBrowserAction": "color",
"displayBadge": true,
"storeNotificationData": false,
"storeImageForInspection": false,
"ignoreList": "",
"ignoredAPIs": {},
"showCallingFile": false,
"showCompleteCallingStack": false,
"enableStackList": false,
"stackList": "",
"protectAudio": true,
"audioFakeRate": "100",
"audioNoiseLevel": "minimal",
"useAudioCache": true,
"audioUseFixedIndices": true,
"audioFixedIndices": "24",
"historyLengthThreshold": 2,
"protectWindow": false,
"allowWindowNameInFrames": true,
"protectDOMRect": true,
"domRectIntegerFactor": 4,
"protectTextMetrics": true,
"blockDataURLs": true,
"protectNavigator": false,
"navigatorDetails": {},
"protectScreen": false,
"screenSize": "",
"fakeMinimalScreenSize": false,
"displayAdvancedSettings": true,
"displayDescriptions": false,
"theme": "auto",
"dontShowOptionsOnUpdate": false,
"isStillDefault": false,
"storageVersion": 1
}