-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Create meta tag for allowing local http sites during testing only #1252
Comments
Should we just do it under |
That doesn't help security wise because it is subject to downgrade attack.
|
I'd like to see something like this implemented soon - right now testing pre-production environments other than localhost that aren't terminating https is rather difficult, especially when substitutions like |
Do we still need this? Thanks |
@adelinamart I think so. The substitutions I referenced above don't really help, since they're encoded and thus can't be used when setting the host portion of a url. |
I agree. This would be very helpful. |
@dvoytenko are we planning to prioritize this anytime soon?Thanks |
This sounds useful, but I still see it as a p3. |
Is this still useful? (I think yes). What are we whitelisting when this meta tag is present? (I think: allowing relative URLs in the validator in the handful of places where relative URLs are disallowed. Anything else?) |
#16616 introduces the ability to turn off validation with |
Allowing whitelisting local http sites is very convenient for testing. We should create a meta tag that itself is invalid AMP and thus cannot be deployed to production.
The text was updated successfully, but these errors were encountered: