Add SRI hash and crossorigin to cdnjs Vue script
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user