diff options
author | Daniel GarcĂa <[email protected]> | 2022-11-27 21:59:51 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-27 21:59:51 +0100 |
commit | aa8d050d6b277bb9192a305f7401a532d3644460 (patch) | |
tree | 7d52f354df8baa12e7121f6f867eafabcfdb4423 | |
parent | 5200f0e98dc8a2439bde790a3783c9616a109092 (diff) | |
parent | 723f0cbc1ef3c0964e6ea673a2e8b93df9fab3e2 (diff) | |
download | vaultwarden-aa8d050d6b277bb9192a305f7401a532d3644460.tar.gz vaultwarden-aa8d050d6b277bb9192a305f7401a532d3644460.zip |
Merge pull request #2919 from BlackDex/issue-2828
Fully remove DuckDuckGo email service.
-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(), |