2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

use https:// for CDN links

- works when viewing page via file://
- sets a good example security-wise
This commit is contained in:
Chris Rebert
2013-10-10 01:51:09 -07:00
parent 84413f6e29
commit 4b175d908c
18 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -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]-->