Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2015-10-24 08:35:22 +0300
committerChris Rebert <code@chrisrebert.com>2015-10-24 08:35:22 +0300
commit3bc5fb947dabc2ec2ab52bbd29cb978a8a8f54f3 (patch)
tree0b36098860821570164cbeadd3a2f787860b13e4 /_config.yml
parenta30a5bb9b5129a012e7668ce1340ad86d18af822 (diff)
Port #17729 to v4: Add SRI hashes to CDN links in docs
[skip sauce]
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 7aa58d120f..56b538a88e 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