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

Serving error over HTTPS #253

Open
jkirsch opened this issue Apr 25, 2016 · 0 comments
Open

Serving error over HTTPS #253

jkirsch opened this issue Apr 25, 2016 · 0 comments

Comments

@jkirsch
Copy link

jkirsch commented Apr 25, 2016

Some resources are fetched via http which are blocked when served on a https connection

In particular

<script type="text/javascript" src="http://bp.yahooapis.com/2.4.21/browserplus-min.js"></script>

In common-scripts-include.jsp

This means that for example the full text editor is not displayed.

Also the fonts received via http://fonts.googleapis generate errors.

Chrome blocks these resources as they are flagged as mixed content. If possible these should be fetched with protocol relative urls, or just served via https always. Description

Mixed Content: The page at '...' was loaded over HTTPS, but requested an insecure script 'http://bp.yahooapis.com/2.4.21/browserplus-min.js'. This request has been blocked; the content must be served over HTTPS.

@jkirsch jkirsch changed the title Serving error on HTTPS Serving error over HTTPS Apr 25, 2016
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

1 participant