prbaron/pbckcode

Plugin is being blocked because cdn is not https

Opened this issue · 4 comments

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.

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/"
    };
ln206 commented

@prbaron added that to config, working like a charm, thanks!

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)

This also worked for me in an electron app (issue was file not found though)