When I add third-party JavaScript to my AMP website, I get the error below in the console of my browser;
validator.js:526 AMP validation had errors:
validator.js:526http://127.0.0.1:8887/amp.html:30:4
Custom JavaScript is not allowed. (see https://amp.dev/documentation/guides-and-tutorials/learn/spec/amphtml#html-tags)
validator.js:526http://127.0.0.1:8887/amp.html:31:4
Custom JavaScript is not allowed. (see https://amp.dev/documentation/guides-and-tutorials/learn/spec/amphtml#html-tags)
<script src="https://a.breaktime.com.tw/js/au.js?spj=zi"></script>