The documentation states that AMP HTML documents MUST
- Contain a
<script async src="https://cdn.ampproject.org/v0.js"></script>
tag as the last element in their head (this includes and loads the AMP JS library).
Does this actually mean that i can't serve an internal copy of this file (e.g. for use in a restricted network environment without internet access)?