You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow users to specify which URL patterns they allow / expect, so they can keep control of for example outgoing links, etc.
This would allow for catching simple errors link this, but also allow for checking what external links are used (don't link to shady sites), sort of link "link hygiene").
Expanding on #452 (comment), we just had a case where an URL was (by accident) generated as a full URL, something like
This was caught by Lychee locally, but not on CI, not sure yet what's different.
In general, my proposal is to:
--base(and treat it as an offline link), as suggested in Support setting a base for absolute links #452This would allow for catching simple errors link this, but also allow for checking what external links are used (don't link to shady sites), sort of link "link hygiene").