FeatureFuel
1

Modify embedded URL regex to match self-hosted domains as well

Source: outline/outline#3577 · opened by @intradeus
Wouldn't it be nice if we could embed self-hosted webapps as well ?

For example, I have a self-hosted instance of Tldraw, but the regex in the [Tldraw.tsx]( file is limited to :
"https?://www.tldraw.com/r/(.*)$"

If I create a PR that admits URLs matching new RegExp("https?://*tldraw*.*/r/(.*)$")]; , this way you could self-host 'tldraw.yourdomain.ca' and could embed it into outline, would this PR be accepted ? Or is it out of scope / brings security risks ?

The limit is that self-hosted instances would NEED to have 'tldraw', 'airtable' or else, in the domain, in order to match the regex.

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests