]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use sha384.
authorXhmikosR <xhmikosr@gmail.com>
Thu, 18 Jul 2019 09:30:42 +0000 (12:30 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 22 Jul 2019 13:08:58 +0000 (16:08 +0300)
site/content/docs/4.3/examples/dashboard/index.html
site/content/docs/4.3/examples/masonry/index.html

index 6e7953cdfbfd67208c5f4f83638e24f68f28b3f1..8531fc65112c8124e3acddd7b728dd0eabdb160d 100644 (file)
@@ -5,9 +5,9 @@ extra_css:
   - "dashboard.css"
 extra_js:
   - src: "https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.22.1/feather.min.js"
-    integrity: "sha256-v7ozvh+7DfgbxrO6V1UgXsR+DDFHZr5ESbMWn6J5c8s="
+    integrity: "sha384-tEnKX7JRZR3t38wJHXt8BT5ppaydaUUN2CeogIibPz/xb1U+6veCoNuqGVMMXUMm"
   - src: "https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js"
-    integrity: "sha256-Uv9BNBucvCPipKQ2NS9wYpJmi8DTOEfTA/nH2aoJALw="
+    integrity: "sha384-QzN1ywg2QLsf72ZkgRHgjkB/cfI4Dqjg6RJYQUqH6Wm8qp/MvmEYn+2NBsLnhLkr"
   - src: "dashboard.js"
 ---
 
index d2d12f7391d792aa338f3ad1e12a259aaea6c6fe..e3ef747dd7eea74b0fbf61c8d43299292f755e35 100644 (file)
@@ -3,7 +3,7 @@ layout: examples
 title: Masonry example
 extra_js:
   - src: "https://cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js"
-    integrity: "sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI="
+    integrity: "sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D"
     async: true
 ---
 
@@ -14,7 +14,7 @@ extra_js:
   <p>Masonry is not included in Bootstrap. Add it by including the JavaScript plugin manually, or using a CDN like so:</p>
 
   <pre><code>
-&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js&quot; integrity=&quot;sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI=&quot; crossorigin=&quot;anonymous&quot; async&gt;&lt;/script&gt;
+&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js&quot; integrity=&quot;sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D&quot; crossorigin=&quot;anonymous&quot; async&gt;&lt;/script&gt;
   </code></pre>
 
   <p>By adding <code>data-masonry='{"percentPosition": true }'</code> to the <code>.row</code> wrapper, we can combine the powers of Bootstrap's responsive grid and Masonry's positioning.</p>