Skip to content

ui: send credentials when requesting manifest - #335

Open
pkova wants to merge 1 commit into
developfrom
pkova/manifest
Open

ui: send credentials when requesting manifest#335
pkova wants to merge 1 commit into
developfrom
pkova/manifest

Conversation

@pkova

@pkova pkova commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Currently we use a element with no crossorigin field, causing the request to be sent out without cookies and unavoidably getting a 403. This needs to be specified even for requests on the same origin (https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/crossorigin#web_manifest_with_credentials)

This has never worked as far as I can tell.

Currently we use a <link rel="manifest"> element with no crossorigin field, causing the request to be sent out without cookies and unavoidably getting a 403. This needs to be specified even for requests on the same origin (https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/crossorigin#web_manifest_with_credentials)

This has never worked as far as I can tell.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant