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
Using this code, the Web page didn't displayed well. I tried to know "why" and then i found an answer: removing integrity attribute on the link node makes the page displaying well.
Here is my computer configuration:
Firefox 59.0.2
Ubuntu Mate 16.04
(i don't think you really need more information; but you can ask me if you want)
I don't know if it's a known feature/issue, so i preferred create a issue, hopping i'm not bothering you.
Best regards.
The text was updated successfully, but these errors were encountered:
Hi, please check if Firefox developer tools shows another hash in the console.
It should be <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css" integrity="sha256-GSio8qamaXapM8Fq9JYdGNTvk/dgs+cMLgPeevOYEx0= sha384-wAweiGTn38CY2DSwAaEffed6iMeflc0FMiuptanbN4J+ib+342gKGpvYRWubPd/+ sha512-QHEb6jOC8SaGTmYmGU19u2FhIfeG+t/hSacIWPpDzOp5yygnthL3JwnilM7LM1dOAbJv62R+/FICfsrKUqv4Gg==" crossorigin="anonymous">
sha256-itWEYdFWzZPBG78bJOOiQIn06QCgN/F0wMDcC4nOhxY= is wrong.
The docs are not uptodate, the changes from the master branch are not yet deployed.
Hi !
I've encountered an issue when i tried to use CDN link on my simple local Web page.
Here is the beginning of my code:
Using this code, the Web page didn't displayed well. I tried to know "why" and then i found an answer: removing integrity attribute on the link node makes the page displaying well.
Here is my computer configuration:
I don't know if it's a known feature/issue, so i preferred create a issue, hopping i'm not bothering you.
Best regards.
The text was updated successfully, but these errors were encountered: