fix(ui): include proxy credentials in manifest requests (#111053)

* fix(ui): include credentials in manifest requests

* test(ui): verify authenticated PWA manifest browser requests

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
This commit is contained in:
batmanscode
2026-07-29 17:40:36 +05:30
committed by GitHub
parent bfb7ff189e
commit f3b70d5902
3 changed files with 177 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="manifest" href="/manifest.webmanifest" crossorigin="use-credentials" />
<script>
// Configure Zod before module evaluation so its JIT probe cannot violate strict CSP.
globalThis.__zod_globalConfig ??= {};