diff options
author | BlackDex <[email protected]> | 2022-11-14 17:19:30 +0100 |
---|---|---|
committer | BlackDex <[email protected]> | 2022-11-14 17:19:30 +0100 |
commit | 723f0cbc1ef3c0964e6ea673a2e8b93df9fab3e2 (patch) | |
tree | ef44798c8e5894af3e4997d15784d0e57e7f8c94 /src/util.rs | |
parent | 7a7673103fb180098f18abe77b75ba085710b559 (diff) | |
download | vaultwarden-723f0cbc1ef3c0964e6ea673a2e8b93df9fab3e2.tar.gz vaultwarden-723f0cbc1ef3c0964e6ea673a2e8b93df9fab3e2.zip |
Fully remove DuckDuckGo email service.
The DuckDuckGo email service is not supported for self-hosted servers.
This option is already hidden via the latest web-vault.
This PR also removes some server side headers.
Fixes #2828
Diffstat (limited to 'src/util.rs')
-rw-r--r-- | src/util.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.rs b/src/util.rs index 741b691a..41de7304 100644 --- a/src/util.rs +++ b/src/util.rs @@ -83,7 +83,6 @@ impl Fairing for AppHeaders { https://app.simplelogin.io/api/ \ https://app.anonaddy.com/api/ \ https://api.fastmail.com/ \ - https://quack.duckduckgo.com/api/email/ \ ;\ ", icon_service_csp = CONFIG._icon_service_csp(), |