diff options
| author | Chris Rebert <[email protected]> | 2014-07-19 22:11:07 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-07-19 22:11:07 -0700 |
| commit | a035ee59ae73510ebdb1064e59b4b16f1da9fc66 (patch) | |
| tree | 93e3cb44e16e336ce7dde6c78d38443c0e88d7ef | |
| parent | 780e8d7e7ecc352fd025b2ed7c62c4fa734b2756 (diff) | |
| parent | 0fe4fe328c6916d2cac034b0da957f4452cc38d7 (diff) | |
| download | bootstrap-a035ee59ae73510ebdb1064e59b4b16f1da9fc66.tar.xz bootstrap-a035ee59ae73510ebdb1064e59b4b16f1da9fc66.zip | |
Merge pull request #14192 from twbs/https-everywhere
Use HTTPS in CDN URLs in _config.yml
| -rw-r--r-- | _config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index 72839147d..607750b7a 100644 --- a/_config.yml +++ b/_config.yml @@ -28,6 +28,6 @@ blog: http://blog.getbootstrap.com expo: http://expo.getbootstrap.com cdn: - css: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css - css_theme: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css - js: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js + css: https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css + css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css + js: https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js |
