-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generically handle some inaccessible links
- Loading branch information
Showing
3 changed files
with
19 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,11 @@ | ||
Links in this file will be ignored by the link checker, usually because they are behind auth or crawler checks. | ||
Note that known firewall pages and redirections to login are handled generically in the link checker. | ||
Use two-space indent for comments. Use {...} to embed regex. | ||
|
||
Cloudflare protection (response status 403 and returned HTML contains "Just a moment..."): | ||
https://codepen.io{/?} | ||
https://gitlab.com/projects/new | ||
https://help.glitch.com/hc/{.*} | ||
https://journals.sagepub.com/doi/{.*} | ||
https://linux.die.net/man/{.*} | ||
https://live.browserstack.com/dashboard | ||
https://onlinelibrary.wiley.com/doi/{.*} | ||
https://pixabay.com/ | ||
https://www.browserstack.com/{(users|accounts)/.*} | ||
https://www.cloudflare.com/{.*} | ||
https://www.researchgate.net/publication/{.*} | ||
https://www.udemy.com/{(topic|course)/.*} | ||
|
||
Other kinds of firewall: | ||
Custom firewalls: | ||
https://www.canva.com/colors/color-wheel/ | ||
https://www.openwebanalytics.com{/?} | ||
https://www.techopedia.com/definition/{.*} | ||
https://www.webpagetest.org{/?} | ||
https://www.reddit.com/r/{.*} | ||
|
||
Goes to login: | ||
https://cloud.mongodb.com/v2 | ||
https://console.cloud.google.com/{.*} | ||
https://docs.google.com/drawings | ||
https://shell.cloud.google.com/{.*} | ||
https://sites.google.com/{.*} | ||
https://github.com/new | ||
https://github.com/{.*}/issues/new{.*} | ||
https://github.com/orgs/mdn/teams{.*} | ||
404 on purpose: | ||
https://konmari.com/404 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters