Add media Button with Chrome

Found a bug? Tell us!!
Post Reply
kdtcat
Posts: 1
Joined: Wed Apr 08, 2009 4:17 pm

Add media Button with Chrome

Post 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
onli
Regular
Posts: 2825
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: Add media Button with Chrome

Post 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?
lazza
Regular
Posts: 15
Joined: Wed Feb 08, 2017 10:20 am

Re: Add media Button with Chrome

Post 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?
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Add media Button with Chrome

Post 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
Post Reply