-
Notifications
You must be signed in to change notification settings - Fork 6
/
settings.json
99 lines (91 loc) · 1.63 KB
/
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
95
96
97
98
99
{
"proxy":
{
"bind": "127.0.0.1",
"port": 1912,
"banner": "Feedability/0.0",
"preserve_order": true,
"use_auth": false,
"auth": "user:pass"
},
"urlopen":
{
"cache": true,
"headers":
{
"User-Agent": "Mozilla/5.0 (compatible; Feedability/0.0; +https://github.com/4poc/feedability)",
"Accept": "*/*"
},
"ignore_http_charset": true,
"convert_charset": true
},
"cookies":
{
"activate": false,
"whitelist": [],
"type": "firefox_sqlite",
"cookie_jar": "/home/user/.mozilla/firefox/abcdefgh.default/cookies.sqlite"
},
"ce":
{
"cache": true
},
"ce_single":
{
"cache": false
},
"filter":
{
"activate": true,
"jquery_url": "http://code.jquery.com/jquery-1.4.2.min.js",
"rules":
{
".*":
{
"post":
{
"replace":
{
"(src|href)=('|\")?(\/)": "$1=$2%{URL_BASE}",
"<script[^>]*>([\\s\\S]*?)</script>": " ",
"onclick=\"[^\"]+\"": ""
},
"remove": ["object"]
}
},
"heise.de":
{
"pre":
{
"remove": ["#mitte_rechts"]
}
},
"carta.info":
{
"pre":
{
"remove": ["#commentblock"]
}
},
"giessener-allgemeine.de":
{
"prepend": [".fettvorspann"]
}
}
},
"cache":
{
"path": "./cache"
},
"log":
{
"console": true,
"stderr": false,
"file": true,
"file_seperate": false,
"syncronized": false,
"path": "./logs",
"console_level": 3,
"file_level": 4
}
}