diff options
author | Daniel GarcĂa <[email protected]> | 2023-07-14 20:43:32 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-07-14 20:43:32 +0200 |
commit | 8707728cdb458038934ece865cc8f9ce80ab32e6 (patch) | |
tree | b2385fe69a8e71edd9672a3ca2bee8f604852c66 | |
parent | 61f90818273190c3c4211e15f153cb4d7a34a78e (diff) | |
parent | 211f4492fa4215fdd0f38113c135e170a19617d1 (diff) | |
download | vaultwarden-8707728cdb458038934ece865cc8f9ce80ab32e6.tar.gz vaultwarden-8707728cdb458038934ece865cc8f9ce80ab32e6.zip |
Merge pull request #3686 from GeekCornerGH/feat/add-forwardemail-support
feat: Add support for forwardemail
-rw-r--r-- | src/util.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.rs b/src/util.rs index e12e334b..0ebfefec 100644 --- a/src/util.rs +++ b/src/util.rs @@ -80,6 +80,7 @@ impl Fairing for AppHeaders { https://app.simplelogin.io/api/ \ https://app.anonaddy.com/api/ \ https://api.fastmail.com/ \ + https://api.forwardemail.net \ ;\ ", icon_service_csp = CONFIG._icon_service_csp(), |