-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathconfig.json
More file actions
31 lines (31 loc) · 791 Bytes
/
config.json
File metadata and controls
31 lines (31 loc) · 791 Bytes
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
{
"bindingAddress": "127.0.0.1",
"port": 8888,
"sessionPeriod": 604800000,
"sessionCookieName": "CNN_PROXY_SESSION_ID",
"defaultIPv6": false,
"enableFilterJavascript": false,
"obscureDomainChecking": false,
"injectCode": true,
"injectionCodePath": "injection.html",
"removeCachingHeaders": false,
"removeAllIntegrityAttributes": true,
"publicFolder": "public_root/",
"filterMimeTypes": [
"/html",
"/css",
"/javascript",
"/json"
],
"associateMime": {
"" : "text/html",
"html" : "text/html",
"js": "application/javascript",
"css": "text/css"
},
"defaultMime": "application/octet-stream",
"blacklistDomains": [
"example\\.com"
],
"whitelistDomains": []
}