-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy pathlychee.toml
More file actions
34 lines (27 loc) · 722 Bytes
/
Copy pathlychee.toml
File metadata and controls
34 lines (27 loc) · 722 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
32
33
34
timeout = 30
max_retries = 3
max_redirects = 10
max_concurrency = 4
method = "get"
user_agent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36"
insecure = true
accept = ["200..=299", "401", "403", "415", "429"]
exclude = [
'linkedin\.com',
'facebook\.com',
'twitter\.com',
'x\.com',
'intelx\.io',
'pimeyes\.com',
'map\.snapchat\.com',
'sci-hub\.ru',
'localhost',
'127\.0\.0\.1',
'reuters\.com',
'osintcombine\.com',
'crisis24\.garda\.com',
'similarfans\.com',
'spyonweb\.com',
'pakpips\.com',
'hyperverge\.co',
]