diff options
| author | Michael Huynh <[email protected]> | 2015-11-28 17:25:08 -0500 |
|---|---|---|
| committer | Michael Huynh <[email protected]> | 2015-11-28 17:25:08 -0500 |
| commit | 2fb3daafc0a95bdf75fd267e6f20a5bcc132cf5d (patch) | |
| tree | 5fda2520343023ac3e48ca3cacbaedeb33055991 | |
| parent | 0506044b942f36cee05d95c6d1dce1473a81b764 (diff) | |
| download | bootstrap-2fb3daafc0a95bdf75fd267e6f20a5bcc132cf5d.tar.xz bootstrap-2fb3daafc0a95bdf75fd267e6f20a5bcc132cf5d.zip | |
Closes #18353. Updated SRI hashes in docs.
Used https://www.srihash.org/.
| -rw-r--r-- | _config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index 90b40c28e..89417edef 100644 --- a/_config.yml +++ b/_config.yml @@ -29,8 +29,8 @@ expo: http://expo.getbootstrap.com cdn: # See https://www.srihash.org for info on how to generate the hashes css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css - css_hash: "sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" + css_hash: "sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css - css_theme_hash: "sha384-aUGj/X2zp5rLCbBxumKTCw2Z50WgIr1vs/PFN4praOTvYXWlVyh2UtNUU0KAUhAX" + css_theme_hash: "sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js - js_hash: "sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" + js_hash: "sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" |
