Remove integrity for CSS

This is unnecessary when using resources that are loaded from your own site. This technique should rather be used in connection with CDNs.
This commit is contained in:
Marek Küthe 2023-09-23 17:10:20 +02:00
parent 2cc7e443fc
commit cf815240fe
No known key found for this signature in database
GPG key ID: 7E869146699108C7

View file

@ -14,8 +14,8 @@
<link rel="icon" type="image/png" href="/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
<link rel="shortcut icon" type="image/png" href="/favicon.png"> <link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" href="/assets/css/normalize.css" integrity="sha384-M86HUGbBFILBBZ9ykMAbT3nVb0+2C7yZlF8X2CiKNpDOQjKroMJqIeGZ/Le8N2Qp"> <link rel="stylesheet" href="/assets/css/normalize.css">
<link rel="stylesheet" href="/assets/css/simple.min.css" integrity="sha384-ZLDMtZ+NjwNE3nk4wWLGpX4atVTD4fql9ruaAw2xFz7CLPlFcwrifgX2HgkdX6X7"> <link rel="stylesheet" href="/assets/css/simple.min.css">
<script src="/assets/js/myip.js"></script> <script src="/assets/js/myip.js"></script>
</head> </head>