We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c14401 commit d61b9fdCopy full SHA for d61b9fd
.htmltest.yml
@@ -18,9 +18,11 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
18
- ^https?://127\.0\.0\.1\b
19
- ^https?://(otel-demo|traefik)\.localhost
20
21
- - ^https://(www\.)?linkedin\.com\b # Always yields 999 Request Denied
22
- - ^https://(www\.)?mvnrepository\.com # Always yields 403 Forbidden
23
- - ^https://twitter.com # Always yields 403 Forbidden
+ # Sites that deny access, always yielding 403 Forbidden (unless mentioned otherwise)
+ - ^https://(www\.)?linkedin\.com\b # 999 Request Denied
+ - ^https://(www\.)?mvnrepository\.com
24
+ - ^https://twitter.com
25
+ - ^https://www.chathamhouse.org
26
27
# Ignore Docsy-generated GitHub links:
28
- ^https?://github\.com/.*?/.*?/(new|edit)/ # view-page, edit-source etc
0 commit comments