-
Notifications
You must be signed in to change notification settings - Fork 78
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
Allow https: loads for http: restrictions #25
Comments
I've thought about this a bit this morning after chatting with @TanviHacks and @rlbmoz, and I think it makes sense to always allow upgrades from insecure resources to secure resources at the same host and path. That is, if we do this for |
Poked at this in 0e81d81. WDYT? |
Similar to what applies to schemeless resources where CSP allows https: loads, the spec should be changed to also allow https: loads to succeed if the CSP src is defined as http:
In easier words, taken a CSP:
The text was updated successfully, but these errors were encountered: