Thread Starter
Renaat
(@rsioncke)
I found the issue. It was related to my security settings.
“The Permissions-Policy response header provides control over what browser features can be used when web pages are embedded in iframes.”
After allowing, “The feature will be allowed in this document, and all nested browsing contexts (iframes) regardless of their origin.” I noticed that the videos were playing when logged in.
@rsioncke , I have a similar issue. Where is this setting you are referring to? In your Apache config? Is it the X-Frame-Options header?
Or in your browser, and if so, which browser?
Thanks.
Thread Starter
Renaat
(@rsioncke)
@tezalsec I changed my security settings in my security plugin. The mentioned description was from Defender Pro, but it can also be controlled by a plugin like Really Simple SSL or any other X-frame-option plugin. After all, it can be put in your .htaccess file/server config settings. But those things do I ask my hosting support.
Thanks. I was somewhat confused by you referring to both feature-policy and x-frame-option policy, but it is clear now. Cheers.