mirror of
https://github.com/dergigi/boris.git
synced 2025-12-17 06:34:24 +01:00
Enhanced protection to also skip nostr URIs that are part of HTTP/HTTPS URL patterns, not just markdown link URLs. This addresses timing issues where the source markdown may contain plain URLs with nostr identifiers before they're formatted as markdown links. The detection checks if a nostr URI appears after 'https://' or 'http://' and is part of a valid URL continuation to avoid false positives.