Skip to content

Commit 11c18ec

Browse files
committed
fix: remove usage of polyfill.io
This closes a security concern detected by CodeQL Signed-off-by: jmeridth <[email protected]>
1 parent 4734204 commit 11c18ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_includes/footer.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</footer>
1212

1313
<!-- common js -->
14-
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=es6&flags=gated"></script>
14+
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0" integrity="sha384-i0IGVuZBkKZqwXTD4CH4kcksIbFx7WKFMdxN8zUhLFHpLdELF0ym0jxa6UvLhW8/ sha384-3d4jRKquKl90C9aFG+eH4lPJmtbPHgACWHrp+VomFOxF8lzx2jxqeYkhpRg18UWC" crossorigin="anonymous"></script>
1515
<script src="{{ site.baseurl }}/assets/js/fetch.js"></script>
1616
<script src="{{ site.baseurl }}/assets/js/collections.js"></script>
1717
<script src="{{ site.baseurl }}/assets/js/dom.js"></script>
@@ -30,4 +30,3 @@
3030

3131
gtag('config', 'UA-1265430-2');
3232
</script>
33-

0 commit comments

Comments
 (0)