Add SRI hash and crossorigin to cdnjs Vue script

This commit is contained in:
Mark Eaton
2026-06-13 23:51:18 -04:00
parent a54a6fe2de
commit a3512decac
+6 -1
View File
@@ -399,7 +399,12 @@
<!-- add Vue scripts -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/vue/3.5.22/vue.global.js"></script> development script-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/3.5.22/vue.global.prod.js"></script> <!-- production script -->
<!-- production: SRI hash so a tampered/changed file won't execute; Renovate bumps version + hash together -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/vue/3.5.22/vue.global.prod.js"
integrity="sha384-8b+88atXoPL4ijtVqe+2pA+PC8VNYSGqubRseMLV0qxfa5GMHeftEEHvk4eM4RFT"
crossorigin="anonymous"
></script>
<script
type="text/javascript"
src="https://libapps.s3.amazonaws.com/sites/2365/include/home1.js"