We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0ae37 commit 858c23aCopy full SHA for 858c23a
1 file changed
lychee.toml
@@ -25,12 +25,13 @@ timeout = 40
25
26
# Exclude
27
exclude = [
28
- "127.0.0.1:8000",
29
- "cz.pycon.org/20XX",
+ "127\\.0\\.0\\.1:8000",
+ "cz\\.pycon\\.org/20XX",
30
31
# Anti-scraping protections
32
- "docs.google.com",
33
- "www.facebook.com",
34
- "www.nytimes.com",
35
- "accounts.google.com",
+ "docs\\.google\\.com",
+ "www\\.facebook\\.com",
+ "www\\.nytimes\\.com",
+ "accounts\\.google\\.com",
36
+ "creativecommons\\.org/licenses/",
37
]
0 commit comments