mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
CSP does not contain default-src 'self' #211
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @benni347 on GitHub.
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
Failed HTTP Checks:
Config:
Vaultwarden Build Version
v1.33.2
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
caddy 2.9.1
Host/Server Operating System
Linux
Operating System Version
Debian GNU/Linux 12 (bookworm)
Clients
Web Vault
Client Version
No response
Steps To Reproduce
Expected Result
The CSP Headers would fill the requirement.
Actual Result
The default csp headers of vaultwarden set
default-src 'none'.Logs
Screenshots or Videos
No response
Additional Context
d5c353427d/src/util.rs (L85-L86)@BlackDex commented on GitHub:
That is the intended way.