|
1 | 1 | <!-- This file lists all links/regex to be ignored by lychee in the link checker --> |
| 2 | +# ScienceDirect links (require authentication/cookies) |
2 | 3 | https://www.sciencedirect.com/science/article/pii/S1053811921010387 |
3 | 4 | https://www.sciencedirect.com/science/article/pii/S0010945221001106 |
4 | 5 | https://www.sciencedirect.com/science/article/pii/S1388245717309069 |
| 6 | + |
| 7 | +# Springer links (503 Service Unavailable errors, but links work in browsers) |
| 8 | +^https?://link\.springer\.com/ |
| 9 | + |
| 10 | +# INCF links (certificate/network issues) |
| 11 | +^https?://.*\.incf\.org/ |
| 12 | +^https?://incf\.org/ |
| 13 | + |
| 14 | +# DOI links that return 403 but work in browsers |
| 15 | +^https?://doi\.org/10\.1111/epi\.18113 |
| 16 | + |
| 17 | +# NPM package links (blocks automated requests) |
| 18 | +^https?://.*\.npmjs\.com/package/hed-validator |
| 19 | + |
| 20 | +# MathWorks links (blocks automated requests) |
| 21 | +^https?://.*\.mathworks\.com/ |
| 22 | + |
| 23 | +# Brain Meeting poster links (expired/removed) |
| 24 | +^https?://brainmeeting.*\.ipostersessions\.com/ |
| 25 | +^https?://globalbrainconsortium\.org/documents/GBC_March-2023_Agenda_Annual_Meeting\.pdf |
| 26 | + |
| 27 | +# CANCTA network links (authentication/access issues) |
| 28 | +^https?://.*\.cancta\.net/ |
| 29 | +^https?://cancta\.net/ |
| 30 | + |
| 31 | +# GitHub discussions (programmatic access blocked) |
| 32 | +^https?://github\.com/hed-standard/hed-python/discussions |
| 33 | + |
| 34 | +# HED tools services (programmatic access blocked) |
| 35 | +^https?://hedtools\.org/hed/services_submit |
| 36 | + |
| 37 | +# Neuroinformatics registration (certificate issues) |
| 38 | +^https?://neuroinformatics\.incf\.org/ |
| 39 | + |
| 40 | +# Internal anchor links (false positives from lychee) |
5 | 41 | (_anchor|-anchor) |
6 | 42 |
|
0 commit comments