Issue with Chrome (possibly others) when back-office behind SSL
There's a reference to the Google CDN to pull in the dojo JavaScript library in EmbeddedContent.cs. As you can see from the code below this is coded with http protocol, and when using the back-office under SSL this results in it being blocked in Chrome.
Could I ask that this reference is changed to remove the protocol please? i.e. have src="//ajax.google... rather than src="http://ajax.google...
Issue with Chrome (possibly others) when back-office behind SSL
There's a reference to the Google CDN to pull in the dojo JavaScript library in EmbeddedContent.cs. As you can see from the code below this is coded with http protocol, and when using the back-office under SSL this results in it being blocked in Chrome.
Could I ask that this reference is changed to remove the protocol please? i.e. have src="//ajax.google... rather than src="http://ajax.google...
It would then work on both http and https.
Thanks
Andy
Hi Andy,
Could you please send us a pull request on BitBicket? https://bitbucket.org/reboot/embedded-content-umbraco/src
Thanks,
Jeavon
Hi Jeavon - sure, it's here.
Thanks Andy, your fix is now included in v1.2.3
Cheers,
Jeavon
is working on a reply...