Closed peterschewe closed 2 years ago
Videos from Contentful are blocked at Netlify by our CSP header.
media-src currently only allows 'self'. We should add videos.ctfassets.net to this.
media-src
'self'
videos.ctfassets.net
See https://github.com/jungvonmatt/wekit/blob/33c000b4391f4799d12831dc973895ca3035e587/templates/app/static/_headers#L8
Videos from Contentful are blocked at Netlify by our CSP header.
media-src
currently only allows'self'
. We should addvideos.ctfassets.net
to this.See https://github.com/jungvonmatt/wekit/blob/33c000b4391f4799d12831dc973895ca3035e587/templates/app/static/_headers#L8