Google amp validator seems to want absolute urls in the
tags. For example:<script src="//cdn.ampproject.org/v0.js" async></script>
is invalid but<script src="https://cdn.ampproject.org/v0.js" async></script>
is valid. This is a show-stopped. Seems to be a normal behaviour of drupal libraries to render it that way even when the protocol is stated.js: https://cdn.ampproject.org/v0.js: { type: external, minified: true, attributes: { async: true } }