forked from expressjs/expressjs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.lycheeignore
More file actions
29 lines (21 loc) · 779 Bytes
/
Copy path.lycheeignore
File metadata and controls
29 lines (21 loc) · 779 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
# Prevent rate limit for npmjs links
^https?://(www\.)?npmjs\.(com|org)/
# Prevent github rate limit
^https://github\.com/
# Exclude 404 pages
dist/(.*/)?404((/index)?\.html|/)$
# Exclude Open Collective links
^https://opencollective\.com/
# Prevent netlify rate limit
^https://www\.netlify\.com/
# Ignore Coveralls links
^https://coveralls\.io/
# Prevent LinkedIn rate limit
^https://www\.linkedin\.com/sharing/share-offsite/
# LinkedIn profiles that exist return 404 if not logged in, but it's also easy to hit a rate limit
^https://www\.linkedin\.com/in/
# Ignore slack invite 403 (this will cause us to miss link invite expiration too)
^https://slack-invite\.openjsf\.org/
# Oracle pages return 403 when connected
^https://www\.mysql\.com/
^https://www\.oracle\.com/