From c7fd5ff1557a2434cbf680f0a0fe375ea27d6b02 Mon Sep 17 00:00:00 2001
From: FileFabrik <84433563+FileFabrik@users.noreply.github.com>
Date: Fri, 28 May 2021 10:18:39 +0200
Subject: [PATCH] Update favicons.html
added crossorigin="use-credentials" to avoid 401 if the Site is protected with Http Basic Auth
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link
---
layouts/partials/head/favicons.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/head/favicons.html b/layouts/partials/head/favicons.html
index e34e521..48d2a0e 100644
--- a/layouts/partials/head/favicons.html
+++ b/layouts/partials/head/favicons.html
@@ -2,4 +2,4 @@
-
\ No newline at end of file
+