Closed rowanc1 closed 2 years ago
Currently our URLs are too restrictive. This should likely stop with a regexp approach and use a new URL() and look at the throw instead.
new URL()
For example, doesn't like local hosts with ports, or curve.space. :(
discussion & requirements: https://curvenote.com/@curvenote/architecture/links-in-editor
possibly related: https://github.com/curvenote/editor/issues/139 & https://github.com/curvenote/editor/issues/137
Fixed in #142.
Currently our URLs are too restrictive. This should likely stop with a regexp approach and use a
new URL()
and look at the throw instead.For example, doesn't like local hosts with ports, or curve.space. :(
discussion & requirements: https://curvenote.com/@curvenote/architecture/links-in-editor