-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Integrity attribute is incorrect in the documentation #20692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is it the same for the css??
|
I'm not using the css link, I'm building via scss but yeah it would be Java console |
Someone will have to explain me how scss works, I tried something and it doesn't work for me, do you have something to read to help me work with SASS files? |
Fixed by #20694. |
I pushed a manual fix to our docs, too. |
New to bootstrap. Just wanted to say that this issue still exists under the starter template. |
Reiterate the comment above, issue still exists with Starter template here: https://v4-alpha.getbootstrap.com/getting-started/introduction/ |
The integrity attribute is missing the hash algorithm in the docs at http://v4-alpha.getbootstrap.com/getting-started/introduction/.
Reads
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.4/js/bootstrap.min.js" integrity="VjEeINv9OSwtWFLAtmc4JCtEJXXBub00gtSnszmspDLCtC0I4z4nqz7rEFbIZLLU" crossorigin="anonymous"></script>
should be
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.4/js/bootstrap.min.js" integrity="sha384-VjEeINv9OSwtWFLAtmc4JCtEJXXBub00gtSnszmspDLCtC0I4z4nqz7rEFbIZLLU" crossorigin="anonymous"></script>
The text was updated successfully, but these errors were encountered: