Skip to content

Commit c258353

Browse files
Merge pull request #4028 from OpenLiberty/gh-btn-staging
Integrity attribute to github button
2 parents 008416c + f09f2ec commit c258353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/content/_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
{% include_cached noindex.html %}
7373
{% endif %}
7474

75-
<script async defer src="https://buttons.github.io/buttons.js"></script>
75+
<script async defer src="https://buttons.github.io/buttons.js" integrity="sha512-pBW60/IKtE8DJnbxxOaIVfRIKb27cnEG/JOFLMf7hkDWpohNZNrx+PmYw0fsJvQMK/sp5NzUYgZkIIv0FbeNjw==" crossorigin="anonymous"></script>
7676
<script type="text/javascript">
7777
window._ibmAnalytics = {
7878
"settings": {

0 commit comments

Comments
 (0)