-
Notifications
You must be signed in to change notification settings - Fork 384
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
non-https media #130
Comments
I'm working on this right now for both non-https media and for non-https iframes in content. There is no way for us to be certain an https version exists, so I think the most elegant way is to strip it out. I'm probably going to handle this in the theme, unless you'd like to see this updated in the plugin. |
Related: #354 |
We could do Otherwise, something we could consider is implement a WP-based proxy to pass-through HTTP resources as HTTPS. It would be a hack. Existing implementation: https://github.com/xwp/wp-customize-widgets-plus/blob/master/php/class-https-resource-proxy.php |
AMP requires that all content in
amp-*
components behttps
. We need to find a way to elegantly handle this. Should we just let it fail and have AMP raise an error? Or should we remove the element completely?The text was updated successfully, but these errors were encountered: