-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSP breaking selfhosted addy integration #5290
Labels
Comments
Do you provide a custom Server URL? |
BlackDex
added a commit
to BlackDex/vaultwarden
that referenced
this issue
Dec 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 dani-garcia#5290 Signed-off-by: BlackDex <[email protected]>
BlackDex
added a commit
to BlackDex/vaultwarden
that referenced
this issue
Dec 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 dani-garcia#5290 Signed-off-by: BlackDex <[email protected]>
BlackDex
added a commit
to BlackDex/vaultwarden
that referenced
this issue
Dec 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 dani-garcia#5290 Signed-off-by: BlackDex <[email protected]>
@ligix I have a fix pending for approval. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: ADMIN_TOKEN
Config:
Vaultwarden Build Version
1.32.6
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
nginx/1.26.2
Host/Server Operating System
Linux
Operating System Version
No response
Clients
Web Vault
Client Version
Firefox 131.0.2-1
Steps To Reproduce
Expected Result
The alias should be generated
Actual Result
Fails with
Logs
No response
Screenshots or Videos
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: