1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

[PS-1302] added duckduckgo's email forwarding service 🦆 (#3306)

* added duckduckgo's email forwarding

* removed unnecessary excxeption

* renamed "Private Duck Address" to "DuckDuckGo"

Co-authored-by: Dattito <github@relay.datti.to>
This commit is contained in:
David S
2022-08-19 15:45:02 +02:00
committed by GitHub
parent 295ae5aa4e
commit 4c099aca46
6 changed files with 71 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ export class GeneratorComponent implements OnInit {
{ name: "SimpleLogin", value: "simplelogin" },
{ name: "AnonAddy", value: "anonaddy" },
{ name: "Firefox Relay", value: "firefoxrelay" },
{ name: "DuckDuckGo", value: "duckduckgo" },
// { name: "FastMail", value: "fastmail" },
];
}