2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Port #17729 to v4: Add SRI hashes to CDN links in docs

[skip sauce]
This commit is contained in:
Chris Rebert
2015-10-23 22:35:22 -07:00
parent a30a5bb9b5
commit 3bc5fb947d
3 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
<p>When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the Max CDN folks.</p>
{% comment %}
{% highlight html %}
<link rel="stylesheet" href="{{ site.cdn.css }}">
<script src="{{ site.cdn.js }}"></script>
<link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
<script src="{{ site.cdn.js }}" integrity="{{ site.cdn.js_hash }}" crossorigin="anonymous"></script>
{% endhighlight %}
{% endcomment %}
<p class="text-muted">Not yet available, but hopefully soon!</p>