mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-13 21:41:43 +01:00
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
This commit is contained in:
parent
7a7673103f
commit
723f0cbc1e
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ impl Fairing for AppHeaders {
|
||||||
https://app.simplelogin.io/api/ \
|
https://app.simplelogin.io/api/ \
|
||||||
https://app.anonaddy.com/api/ \
|
https://app.anonaddy.com/api/ \
|
||||||
https://api.fastmail.com/ \
|
https://api.fastmail.com/ \
|
||||||
https://quack.duckduckgo.com/api/email/ \
|
|
||||||
;\
|
;\
|
||||||
",
|
",
|
||||||
icon_service_csp = CONFIG._icon_service_csp(),
|
icon_service_csp = CONFIG._icon_service_csp(),
|
||||||
|
|
Loading…
Reference in a new issue