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
Use this as an example Loom video url: https://www.loom.com/share/473fad25ebd24b5ea8091503253dfecf
Download document as HTML
Search for loom.com in the downloaded HTML file
See that the embed's iframe src points to https://www.loom.com/share/473fad25ebd24b5ea8091503253dfecf
Expected behavior
The iframe's src should point to https://www.loom.com/embed/473fad25ebd24b5ea8091503253dfecf. Using /share/ instead of /embed/ in the path will prevent the video from being displayed due to X-FRAME-OPTIONS issues with Loom.
The current Outline codebase seems to acknowledge that and explicitly replace share with embedhere. But that code might not run when creating the HTML for download?
Happy to help but I'd need a pointer where to look :)
Thank you so much!
Thorben
The text was updated successfully, but these errors were encountered:
To Reproduce
/loom
)https://www.loom.com/share/473fad25ebd24b5ea8091503253dfecf
loom.com
in the downloaded HTML filesrc
points tohttps://www.loom.com/share/473fad25ebd24b5ea8091503253dfecf
Expected behavior
The iframe's
src
should point tohttps://www.loom.com/embed/473fad25ebd24b5ea8091503253dfecf
. Using/share/
instead of/embed/
in the path will prevent the video from being displayed due toX-FRAME-OPTIONS
issues with Loom.The current Outline codebase seems to acknowledge that and explicitly replace
share
withembed
here. But that code might not run when creating the HTML for download?Happy to help but I'd need a pointer where to look :)
Thank you so much!
Thorben
The text was updated successfully, but these errors were encountered: