Merge stg to main: Link checker false positive fixes#249
Merged
longwind48 merged 2 commits intomainfrom Jan 4, 2026
Merged
Conversation
- Add soft 404 detection: check if 404 responses serve valid HTML content - Add Cloudflare 503/52x status code handling (treat as alive) - Add helper to detect Cloudflare responses via headers (cf-ray, cf-mitigated) - Increase default timeout from 10s to 20s for slow sites - Increase max_redirects from 3 to 10 for sites with complex redirect chains
Fix link checker false positives
|
🎉 This PR is included in version 3.4.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Merges staging to main with link checker improvements that fix false positives in the monthly batch job.
Changes included
Fix link checker false positives (#248)
Impact
Reduces false positives in the monthly link check batch job, preventing valid schemes from being incorrectly marked as
status=inactive.Test plan