diff options
| author | Chris Rebert <[email protected]> | 2013-10-10 01:51:09 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-10 01:51:18 -0700 |
| commit | 4b175d908cdbe923cfb2509bd5549509c300a71e (patch) | |
| tree | fd39be8c0e7a758022e084c61dc06f59f97b3655 /_includes/header.html | |
| parent | 84413f6e29dccbf94a27e02c954bc91e3454aa80 (diff) | |
| download | bootstrap-4b175d908cdbe923cfb2509bd5549509c300a71e.tar.xz bootstrap-4b175d908cdbe923cfb2509bd5549509c300a71e.zip | |
use https:// for CDN links
- works when viewing page via file://
- sets a good example security-wise
Diffstat (limited to '_includes/header.html')
| -rw-r--r-- | _includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/header.html b/_includes/header.html index d9094a0ac..efd14c332 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -21,7 +21,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> + <script src="https://oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="{{ page.base_url }}docs-assets/js/respond.min.js"></script> <![endif]--> |
