Skip to content

Commit 2405bff

Browse files
ironicbadgerclaude
andcommitted
Exclude Reddit URLs from link checker
Reddit returns 403 Forbidden for automated link checkers even with custom user agents, causing false positives in the dead link detection. These links work fine for regular users. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent e52e815 commit 2405bff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-links.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
--exclude "example.org"
4040
--exclude "plausible.ktz.cloud"
4141
--exclude "techhub.social"
42+
--exclude "reddit.com"
43+
--exclude "www.reddit.com"
4244
--exclude-path node_modules/
4345
--exclude-path .git/
4446
'**/*.md'

0 commit comments

Comments
 (0)