|
|
|
|
|
by tyingq
2778 days ago
|
|
"Google can't alter the signed files" The signed html files likely include a script tag that downloads Google controlled JS. Such that AMP can continue to do whatever it wants. Edit: "The AMP runtime is loaded via the mandatory <script src="https://cdn.ampproject.org/v0.js"></script> tag in the AMP document <head>." https://www.ampproject.org/docs/fundamentals/spec#amp-runtim... So you can use signed http and Google can't alter the files. But, if you make your page valid AMP for their cache, they certainly alter the page with their runtime. Adding the header at the top, intercepting things like left/right swipe for carousel and top-stories loaded pages, etc. |
|