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 Barry <chris@barry.im>2015-09-29 05:12:57 +0300
committerChris Rebert <code@chrisrebert.com>2015-10-24 08:22:57 +0300
commit9aeec56745fde5db4ce0c1992bc1c5a9c70ea9c8 (patch)
treeed08f613dd9cd565d4eb5ff343d918a3c68c6e36 /_config.yml
parent18ad53fc5662e0739a32f86d8dcbfbf5bd5b260a (diff)
Adding subresource hashes to CDN links.
In Firefox 43 and Chrome 45 there will be support for Subresource Iintegrity (SRI). More information here: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity Closes #17729 by merging a tweaked version of it.
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 1ee9422848..39abfb7fdc 100644
--- a/_config.yml
+++ b/_config.yml
@@ -27,6 +27,10 @@ blog: http://blog.getbootstrap.com
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.5/css/bootstrap.min.css
+ css_hash: "sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ=="
css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css
+ css_theme_hash: "sha384-aUGj/X2zp5rLCbBxumKTCw2Z50WgIr1vs/PFN4praOTvYXWlVyh2UtNUU0KAUhAX"
js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js
+ js_hash: "sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ=="