Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/serg/yourfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorserg <contact@sergfurtak.com>2021-06-06 22:24:46 +0300
committerserg <contact@sergfurtak.com>2021-06-06 22:24:46 +0300
commitc8c410da45555e9c641774123286f856ee00da9c (patch)
treef43f8d3915599291bcfbc9a7e105c6958e6db09e
parent10abd9d4be7540daf2ab10a680484cb0bfb341f8 (diff)
add SRI for external picturefill.js script
Signed-off-by: serg <contact@sergfurtak.com>
-rw-r--r--layouts/partials/head-includes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head-includes.html b/layouts/partials/head-includes.html
index c2be4eb..a3b5573 100644
--- a/layouts/partials/head-includes.html
+++ b/layouts/partials/head-includes.html
@@ -11,4 +11,4 @@
<script>
document.createElement("picture");
</script>
-<script src="https://cdn.jsdelivr.net/picturefill/3.0.2/picturefill.min.js" async></script> \ No newline at end of file
+<script async src="https://cdn.jsdelivr.net/npm/picturefill@3.0.3/dist/picturefill.min.js" integrity="sha256-iT+n/otuaeKCgxnASny7bxKeqCDbaV1M7VdX1ZRQtqg=" crossorigin="anonymous"></script>