From 165ad458229f695afa724e7753885c90f41247a6 Mon Sep 17 00:00:00 2001
From: shall0pass <20625555+shall0pass@users.noreply.github.com>
Date: Tue, 9 Jan 2024 15:04:22 -0600
Subject: [PATCH] [Enhancement] Add crossorigin field to manifest line (#2206)

* add crossorigin

* release note

---------

Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv>
---
 packages/desktop-client/public/index.html | 2 +-
 upcoming-release-notes/2206.md            | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 upcoming-release-notes/2206.md

diff --git a/packages/desktop-client/public/index.html b/packages/desktop-client/public/index.html
index 08590d330..59f92d8c6 100644
--- a/packages/desktop-client/public/index.html
+++ b/packages/desktop-client/public/index.html
@@ -26,7 +26,7 @@
       sizes="16x16"
       href="%PUBLIC_URL%/favicon-16x16.png"
     />
-    <link rel="manifest" href="%PUBLIC_URL%/site.webmanifest" />
+    <link rel="manifest" href="%PUBLIC_URL%/site.webmanifest" crossorigin="use-credentials"/>
     <meta name="msapplication-TileColor" content="#da532c" />
     <meta name="theme-color" content="#ffffff" />
 
diff --git a/upcoming-release-notes/2206.md b/upcoming-release-notes/2206.md
new file mode 100644
index 000000000..67a9ce9cd
--- /dev/null
+++ b/upcoming-release-notes/2206.md
@@ -0,0 +1,6 @@
+---
+category: Enhancements
+authors: [shall0pass]
+---
+
+Add crossorigin assignment to use credentials for PWA with authentication
-- 
GitLab