Content
@
0 reply
0 recast
0 reaction
Doctor
@doctoridze
In your HTML code, you need to add the hash value you’ve generated for the external JavaScript file to the integrity attribute of the <script> or <link> element. To make the SRI checking work, you also need to add the crossorigin=anonymous attribute that makes it possible to send a cross-origin request without any credentials.
0 reply
0 recast
0 reaction