Bootstrapcdnは最近、リンクを変更しました。これは次のようになります。
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha256-MfvZlkHCEqatNoGiOXveE8FIwMzZg4W85qfrfIFBfYc= sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ=="
crossorigin="anonymous">
何をintegrity
してcrossorigin
平均属性?それらはスタイルシートの読み込みにどのように影響しますか?
Attribute integrity not allowed on element link at this point.