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
Subresource Integrity: The resource 'https://assist.blocknative.com/0-6-2/assist.min.js' has an integrity attribute, but the resource requires the request to be CORS enabled to check the integrity, and it is not. The resource has been blocked because the integrity cannot be enforced.
The text was updated successfully, but these errors were encountered:
https://www.srihash.org/
Could not use the website to generate the integrity hash.
So used the command-line:
openssl dgst -sha384 -binary web/lib/assist.min.js | openssl base64 -A
In my HTML code:
<script src="https://assist.blocknative.com/0-6-2/assist.min.js" integrity="sha384-OaY+tUq8VJBFiypwNwV2uHPzxry0UNtd5n18dI7kzTY3RcdRfrSZDACJ167FMmai"></script>
But doesn't work:
The text was updated successfully, but these errors were encountered: