mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
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:
+1
-1
@@ -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 ??= {};
|
||||
|
||||
Reference in New Issue
Block a user