diff --git a/packages/desktop-client/public/index.html b/packages/desktop-client/public/index.html index 08590d330065a52d8615932273f6947bed7ee742..59f92d8c60d074153106f6805d0751257735f321 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 0000000000000000000000000000000000000000..67a9ce9cdcb228f957f08a6c4c821e84f0737dbd --- /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