Is it okay to host the javascript AMP Project yourself?

I want to host javascript myself so that I know that the code is distributed among my users. Is it possible? Were there any consequences?

(I assume javascript can be built from https://github.com/ampproject/amphtml )

0
source share
1 answer

Basically, AMP is a way to create web pages for static content that is fast. AMP in action consists of three different parts:

AMP HTML - HTML HTML. AMP JS HTML- AMP. Google AMP Cache HTML- AMP.

AFAIK, AMP Project JavaScript URL https://cdn.ampproject.org.

JavaScript , , DOM (. " JavaScript" ). JavaScript , AMP JavaScript.

AMP JavaScript. JavaScript AMP. AMP JavaScript , , , .

CDN JavaScript AMP.

, .

0

Source: https://habr.com/ru/post/1670269/


All Articles