pbckcode
pbckcode copied to clipboard
Plugin is being blocked because cdn is not https
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/"
};
@prbaron added that to config, working like a charm, thanks!
Many thanks for it.
On Thu, 24 Mar 2016 10:24 Long Nguyen, [email protected] 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 https://github.com/prbaron/pbckcode/issues/46#issuecomment-200775899
This also worked for me in an electron app (issue was file not found though)