Skip to content

Commit d61b9fd

Browse files
authored
Refcache refresh and 404 link fixes (#2959)
1 parent 9c14401 commit d61b9fd

File tree

2 files changed

+549
-635
lines changed

2 files changed

+549
-635
lines changed

.htmltest.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
1818
- ^https?://127\.0\.0\.1\b
1919
- ^https?://(otel-demo|traefik)\.localhost
2020

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
21+
# Sites that deny access, always yielding 403 Forbidden (unless mentioned otherwise)
22+
- ^https://(www\.)?linkedin\.com\b # 999 Request Denied
23+
- ^https://(www\.)?mvnrepository\.com
24+
- ^https://twitter.com
25+
- ^https://www.chathamhouse.org
2426

2527
# Ignore Docsy-generated GitHub links:
2628
- ^https?://github\.com/.*?/.*?/(new|edit)/ # view-page, edit-source etc

0 commit comments

Comments
 (0)