Allow adding connect-src entries #798

Closed
opened 2026-04-05 23:36:28 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 12/14/2024

Bitwarden allows to use self-hosted forwarded email services. But for this to work you need to add custom URL's to the connect-src CSP entry.

This commit allows setting this and checks if the URL starts with https:// else it will abort loading.

Fixes #5290

*Originally created by @BlackDex on 12/14/2024* Bitwarden allows to use self-hosted forwarded email services. But for this to work you need to add custom URL's to the `connect-src` CSP entry. This commit allows setting this and checks if the URL starts with `https://` else it will abort loading. Fixes #5290
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#798