geforkt von mirrored/vaultwarden
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
Dieser Commit ist enthalten in:
Ursprung
7a7673103f
Commit
723f0cbc1e
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
|
@ -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(),
|
||||||
|
|
Laden …
In neuem Issue referenzieren