Skip to content

Commit 6cce50b

Browse files
committed
Also check LinkedIn links
1 parent 1563330 commit 6cce50b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.htmltest.yml

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
4444
- ^https://pdf.sciencedirectassets.com/280203/1-s2.0-S1877050919X0006X/1-s2.0-S1877050919303576/main.pdf\?
4545

4646
# Sites that deny access, always yielding 401, 403 Forbidden, 406, or other:
47-
- ^https://(www\.)?linkedin\.com\b # 999 Request Denied
4847
- ^https://platform.openai.com # Really hard to trick into giving a 200 when using a script; manually verify links
4948
- ^https://star-history.com # link contain ampersands in URL anchor part, which htmltest escapes, so it's not found
5049
- ^https://twitter.com

static/refcache.json

+12
Original file line numberDiff line numberDiff line change
@@ -18867,6 +18867,18 @@
1886718867
"StatusCode": 200,
1886818868
"LastSeen": "2024-12-05T10:36:13.494149+01:00"
1886918869
},
18870+
"https://www.linkedin.com/company/opentelemetry/": {
18871+
"StatusCode": 200,
18872+
"LastSeen": "2025-01-30T22:47:23.481Z"
18873+
},
18874+
"https://www.linkedin.com/in/iris-dyrmishi-b15a9a164/": {
18875+
"StatusCode": 200,
18876+
"LastSeen": "2025-01-30T22:47:29.617Z"
18877+
},
18878+
"https://www.linkedin.com/posts/santiago-lator_opentelemetry-opentelemetry-observabilidad-activity-7258132675268354050-oP1q": {
18879+
"StatusCode": 200,
18880+
"LastSeen": "2025-01-30T17:44:52.308579-05:00"
18881+
},
1887018882
"https://www.linuxfoundation.org/legal/privacy-policy": {
1887118883
"StatusCode": 200,
1887218884
"LastSeen": "2025-01-30T16:48:15.585419-05:00"

0 commit comments

Comments
 (0)