Page 1 of 1

Add media Button with Chrome

Posted: Sun Nov 06, 2016 4:41 pm
by kdtcat
Trying to add an object from the media gallery is not working under the Chrome Browser. When I am pressing the "ready" button in the the editors add media popup nothing happens.
Looking into the Chrome Debug view I can see the following error:
Uncaught DOMException: Blocked a frame with origin "http://p............" from accessing a cross-origin frame.
Any ideas?

Klaus

Re: Add media Button with Chrome

Posted: Mon Nov 07, 2016 11:15 am
by onli
Your blog is probably running under https, also the admin backend, but the window is not opened under https, is using unencrypted http. But I don't currently know why that happens. Which version of s9y are your using? In the settings, is the blog URL set to https?

Re: Add media Button with Chrome

Posted: Mon Feb 27, 2017 9:16 am
by lazza
onli wrote:Your blog is probably running under https, also the admin backend, but the window is not opened under https, is using unencrypted http.
So does this mean we should always be running both the backend and the window on https?

Re: Add media Button with Chrome

Posted: Mon Feb 27, 2017 11:55 am
by yellowled
lazza wrote:So does this mean we should always be running both the backend and the window on https?
It means that if you deliver you blog on https (you need a certificate for that and set it up on your web host), you should make sure that both backend as well as frontend users access it using https.

YL