TwiN / gatus

⛑ Automated developer-oriented status page

Home Page:https://gatus.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix: Add `crossorigin="use-credentials"` to the manifest.json link in index.html

rschelling opened this issue · comments

Describe the feature request

When using Oauth2-Proxy as forwardAuth in Traefik for gatus, the session cookie will not be sent when requesting the manifest.json. Therefore the manifest.json cannot be fetched because of missing CORS policy.

To fix this issue it would suffice to add crossorigin="use-credentials" to the link for the manifest.json in the header of the index.html.
Would this be possible? If necessary, i can try to create a pull request.

Why do you personally want this feature to be implemented?

No response

How long have you been using this project?

No response

Additional information

No response

commented

Sure, feel free to create a PR!