You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with version 2.3.1 I get the following failure in the browser, when I include {{ bootstrap.load_js() }} using Bootstrap5.
Failed to find a valid digest in the 'integrity' attribute for resource 'https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js' with computed SHA-384 integrity 'BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+'. The resource has been blocked.
Hello,
with version 2.3.1 I get the following failure in the browser, when I include {{ bootstrap.load_js() }} using Bootstrap5.
Failed to find a valid digest in the 'integrity' attribute for resource 'https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js' with computed SHA-384 integrity 'BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+'. The resource has been blocked.
On the getbootstrap.com (https://getbootstrap.com/docs/5.3/getting-started/introduction/) specifies the following tags for 5.3.2
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+" crossorigin="anonymous"></script>
I guess the was a mix up in the release with
bootstrap.bundle.min.js
andbootstrap.min.js
.The text was updated successfully, but these errors were encountered: