fix: correct Bootstrap SRI integrity hashes
Some checks failed
Module sub-split / Sub-split (push) Has been cancelled
Some checks failed
Module sub-split / Sub-split (push) Has been cancelled
This commit is contained in:
@@ -18,7 +18,7 @@ description = "Default layout — header, footer, tracking diferido, WhatsApp fl
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap"></noscript>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjSEv4FguF4X6QqN3EXLh5Kn7JzZbMzZD5LZj9aI5eN5z5N5z5N5z5N5z5" crossorigin="anonymous">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="{{ 'assets/css/custom.css'|theme }}?v=20260822">
|
||||
{% partial 'site/jsonld-software' %}
|
||||
@@ -34,7 +34,7 @@ description = "Default layout — header, footer, tracking diferido, WhatsApp fl
|
||||
{% partial 'site/footer' %}
|
||||
</div>
|
||||
{% partial 'site/whatsapp-float' %}
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1OBZd4lL5z5N5z5N5z5N5z5N5z5N5z5N5z5N5z5N5z5N5z5" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||
{% scripts %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user