Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin is being blocked because cdn is not https #46

Open
m00nh3ck opened this issue Mar 17, 2016 · 4 comments
Open

Plugin is being blocked because cdn is not https #46

m00nh3ck opened this issue Mar 17, 2016 · 4 comments

Comments

@m00nh3ck
Copy link

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.

@m00nh3ck m00nh3ck changed the title Plugin is being blocked because cnd is not https Plugin is being blocked because cdn is not https Mar 17, 2016
@prbaron
Copy link
Owner

prbaron commented Mar 17, 2016

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
Copy link

ln206 commented Mar 24, 2016

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

@m00nh3ck
Copy link
Author

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
#46 (comment)

@SuigetsuSake
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants