Plugin is being blocked because cdn is not https
Opened this issue · 4 comments
m00nh3ck commented
was loaded over HTTPS, but requested an insecure script 'http://cdn.jsdelivr.net/ace/1.1.4/noconflict/ace.js'. This request has been blocked; the content must be served over HTTPS.
prbaron commented
Hi,
that's weird, it should load through HTTPS if your server is in HTTPS. Can you add this in your config ?
config.pbckcode = {
js : "https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.0/"
};
m00nh3ck commented
Many thanks for it.
On Thu, 24 Mar 2016 10:24 Long Nguyen, notifications@github.com wrote:
@prbaron https://github.com/prbaron added that to config, working like
a charm, thanks!—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#46 (comment)
SuigetsuSake commented
This also worked for me in an electron app (issue was file not found though)