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

when on https, JS should try all links with that protocol #8

Open
paregorios opened this issue Oct 24, 2014 · 0 comments
Open

when on https, JS should try all links with that protocol #8

paregorios opened this issue Oct 24, 2014 · 0 comments

Comments

@paregorios
Copy link
Member

Currently, if the page containing the JS and links is served over https but the individual links are coded with http URLs, only a blank popup displays on modern browsers (because of mixed content security practices). A better solution would seem to be: if the containing page has been served via HTTPS, rewrite any links to try with HTTPS; if 404 then don't display a pop-up at all.

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

No branches or pull requests

1 participant