I use a lot vimeo videos inside our courses, and I have a configuration in vimeo to only allow videos from my domain.
It works fine in the browser, but when I try to open it in the mobile app it is not working. I get an error:
net::ERR_BLOCKED_BY_RESPONSE
I already enabled the `allowframembedding`, but it doesn't make any effect.
I'm including those videos in the courses adding pages and them including them via HTML, like this: <iframe src="https://player.vimeo.com/video/695306326?h=e458f351f6" width="640" height="564" frameborder="0" allow="autoplay; fullscreen" allowfullscreen=""></iframe>
URL that app tries to open, and show the error: https://www.regulus.com.br/moodle/media/player/vimeo/wsplayer.php?video=674086874&token=TOKEN
Attachments: Error in mobile app and vimeo videos configuration