...
The autoplay is set by whatever internal server you use to serve the video. So it must be disabled on the source for the Iframe.
...
I have been trialling your add-in, I’m not sure why your add-on is any better. The prime thing we’re trying to do is stop cross-site scripting by only allowing specific videos or sites to embed videos on our Confluence pages. Please can you explain how your app beats what Confluence has built-in?
Assuming that this is about the whitelisting functionality in Iframes for Confluence.
The main difference is that we support any content, not only what is listed at https://confluence.atlassian.com/doc/widget-connector-macro-171180449.html
We also support extra macro parameters, in particular Admin controlled Sandboxing allows you more fine grain control of what can be done in the app.
...
While trying to embed one of my Smartsheets project schedules within a Confluence page using the iframes macro it is not displaying the schedule as expected and shown in the screenshot below.
...
You're hitting an issue because Smartsheets is saying "Don't allow people to embed this page anywhere":
Code Block |
---|
iframes+test:1 Refused to display 'https://app.smartsheet.com/sheets/xxxxxxxxxxxx' in a frame because it set 'X-Frame-Options' to 'sameorigin'. |
Please publish the content as outlined at https://help.smartsheet.com/articles/522078-publishing-smartsheet-items first, and try embedding it again.
...