amp html - Why the src attribute in the amp-list always has to be HTTPS? -


in amp specification, says <amp_list> src attribute has https , cors enabled.

amp mobile content , mobile articles don't understand why host site has cors enabled , https ?

is because amp pages served google cache won't come same origin host/publisher site?

please update if there info on same.

afaik, google caching images , html. so, since google serving cached amp pages on https, src attributes, except <amp-img>, must served on https otherwise have mixed content , request blocked security reasons when page loaded google cache.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -