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
In Magento 2.4.7 I found that scripts are loaded with integrity and crossorigin attributes.
Missing attributes in link preload tags lead to integrity mismatch and consequently loss of preload functionality.
Example
A preload for 'requirejs-config.js' is found, but is not used due to an integrity mismatch.
In Magento 2.4.7 I found that scripts are loaded with integrity and crossorigin attributes.
Missing attributes in link preload tags lead to integrity mismatch and consequently loss of preload functionality.
Example
<script type="text/javascript" integrity="sha256-[...]" crossorigin="anonymous" src="requirejs/require.js"></script>A preload for 'requirejs-config.js' is found, but is not used due to an integrity mismatch.
The text was updated successfully, but these errors were encountered: