Skip to content

Commit 858c23a

Browse files
authored
fix exclude syntax, add cc
Fixes #449
1 parent ab0ae37 commit 858c23a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

lychee.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ timeout = 40
2525

2626
# Exclude
2727
exclude = [
28-
"127.0.0.1:8000",
29-
"cz.pycon.org/20XX",
28+
"127\\.0\\.0\\.1:8000",
29+
"cz\\.pycon\\.org/20XX",
3030

3131
# Anti-scraping protections
32-
"docs.google.com",
33-
"www.facebook.com",
34-
"www.nytimes.com",
35-
"accounts.google.com",
32+
"docs\\.google\\.com",
33+
"www\\.facebook\\.com",
34+
"www\\.nytimes\\.com",
35+
"accounts\\.google\\.com",
36+
"creativecommons\\.org/licenses/",
3637
]

0 commit comments

Comments
 (0)