diff options
| author | Chris Rebert <[email protected]> | 2015-10-23 22:35:22 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-23 22:35:22 -0700 |
| commit | 3bc5fb947dabc2ec2ab52bbd29cb978a8a8f54f3 (patch) | |
| tree | 0b36098860821570164cbeadd3a2f787860b13e4 /_config.yml | |
| parent | a30a5bb9b5129a012e7668ce1340ad86d18af822 (diff) | |
| download | bootstrap-3bc5fb947dabc2ec2ab52bbd29cb978a8a8f54f3.tar.xz bootstrap-3bc5fb947dabc2ec2ab52bbd29cb978a8a8f54f3.zip | |
Port #17729 to v4: Add SRI hashes to CDN links in docs
[skip sauce]
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 7aa58d120..56b538a88 100644 --- a/_config.yml +++ b/_config.yml @@ -36,6 +36,9 @@ expo: http://expo.getbootstrap.com themes: http://themes.getbootstrap.com cdn: + # See https://www.srihash.org for info on how to generate the hashes css: https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css + css_hash: "sha384-XXXXXXXX" js: https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js + js_hash: "sha384-XXXXXXXX" jquery: https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js |
