From 9aeec56745fde5db4ce0c1992bc1c5a9c70ea9c8 Mon Sep 17 00:00:00 2001 From: Chris Barry Date: Mon, 28 Sep 2015 22:12:57 -0400 Subject: 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. --- docs/_includes/getting-started/download.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/_includes/getting-started') diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html index bc25122bd..1fb3aab61 100644 --- a/docs/_includes/getting-started/download.html +++ b/docs/_includes/getting-started/download.html @@ -31,13 +31,13 @@

The folks over at MaxCDN graciously provide CDN support for Bootstrap's CSS and JavaScript. Just use these Bootstrap CDN links.

{% highlight html %} - + - + - + {% endhighlight %}

Install with Bower

-- cgit v1.2.3