blob: 6c015ae012a4bacefc2b705d8c843690dda35ec5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"host":"127.0.0.1",
"port":"9099",
"token":"YXiHglqrSrEXRSIX83PhbPxskICaEOFTiUo757i57o1ffk67Zgb2qORhLq1",
"verbose":false,
"ignore": [
"^https?://([^/]*\\.)?discordapp\\.[^/]+/",
"^https?://([^/]*\\.)?discord\\.[^/]+/",
"^https?://([^/]*\\.)?tenor\\.[^/]+/",
"^https?://([^/]*\\.)?archive\\.org/",
"^https?://([^/]*\\.)?reddit\\.com/gallery",
"^https?://([^/]*\\.)?youtu\\.be/",
"^https?://([^/]*\\.)?spotify\\.com/",
"^https?://(www\\.)?youtube\\.com/",
"^https?://([^/]*\\.)?redd\\.it/"
]
}
|