diff options
| author | XhmikosR <[email protected]> | 2017-08-11 13:24:57 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-11 13:24:57 +0300 |
| commit | 8d84779a7d3ceced8b852dbf48774d506fb7ea74 (patch) | |
| tree | 7fed6fa88c064fb29e1b3a69377a828ef23c15cb | |
| parent | 7bfc6ab6fca519d8348dc219c536b35849ab5cf5 (diff) | |
| download | bootstrap-8d84779a7d3ceced8b852dbf48774d506fb7ea74.tar.xz bootstrap-8d84779a7d3ceced8b852dbf48774d506fb7ea74.zip | |
Fix SRI hashes. (#23286)
| -rw-r--r-- | _config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index c63714568..92725a901 100644 --- a/_config.yml +++ b/_config.yml @@ -48,9 +48,9 @@ jobs: https://jobs.getbootstrap.com cdn: # See https://www.srihash.org for info on how to generate the hashes css: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css - css_hash: "sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" + css_hash: "sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" js: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js - js_hash: "sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" + js_hash: "sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" jquery: https://code.jquery.com/jquery-3.2.1.slim.min.js jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" popper: https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js |
