vaultwarden/src
Mathijs van Veluw 4d6d3443ae
Allow adding connect-src entries (#5293)
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

Signed-off-by: BlackDex <black.dex@gmail.com>
2024-12-15 00:27:20 +01:00
..
api Some refactoring and optimizations (#5291) 2024-12-14 00:55:34 +01:00
db Some refactoring and optimizations (#5291) 2024-12-14 00:55:34 +01:00
static Some Backend Admin fixes and updates (#5272) 2024-12-10 21:52:12 +01:00
auth.rs Some refactoring and optimizations (#5291) 2024-12-14 00:55:34 +01:00
config.rs Allow adding connect-src entries (#5293) 2024-12-15 00:27:20 +01:00
crypto.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00
error.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
http_client.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
mail.rs Some refactoring and optimizations (#5291) 2024-12-14 00:55:34 +01:00
main.rs Update Rust and crates (#5248) 2024-12-05 22:10:59 +01:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Allow adding connect-src entries (#5293) 2024-12-15 00:27:20 +01:00