Play video hosted on Vimeo or Youtube in a Forge app

I’m trying to get a video hosted on Vimeo to play in a Forge app. I’ve whitelisted player.vimeo.com and vimeo.com/api/oembed.json under fetch client and upgraded my instance but I’m still getting this error in the console:

Refused to frame 'https://player.vimeo.com/' because it violates the following Content Security Policy directive: "frame-src 'self'"

I just want to check if it’s possible to play a video in an iframe hosted somewhere else in a Forge app?

Thank you!
Rhys

See if this (Iframe Usage in Forge Jira Custom UI's - #8 by HemanthKodandarama) and this (https://developer.atlassian.com/platform/forge/manifest-reference/permissions/#external-permissions in particular External Permissions | Frames) helps you.

3 Likes

@KCWong Thanks. Step I was missing was also whitelisting the Vimeo domain in external frames.