diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-03-10 20:15:36 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-03-24 16:42:37 +0100 |
| commit | 60f78f5d4fdaeeee2e69bbe7c8026130902c80fd (patch) | |
| tree | 965ba7bade6a543623f30d09ccf957b0d691b5e3 /gui/src/config.json | |
| parent | 2cdb8b3839440a32f099f981638f9db7454f3e91 (diff) | |
| download | mullvadvpn-60f78f5d4fdaeeee2e69bbe7c8026130902c80fd.tar.xz mullvadvpn-60f78f5d4fdaeeee2e69bbe7c8026130902c80fd.zip | |
Limit openUrl to predefined URLs
Diffstat (limited to 'gui/src/config.json')
| -rw-r--r-- | gui/src/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/config.json b/gui/src/config.json index 456da1ad02..59a214b604 100644 --- a/gui/src/config.json +++ b/gui/src/config.json @@ -1,11 +1,11 @@ { + "supportEmail": "support@mullvad.net", "links": { "purchase": "https://mullvad.net/account/", "manageKeys": "https://mullvad.net/account/ports/", "faq": "https://mullvad.net/help/tag/mullvad-app/", "download": "https://mullvad.net/download/", - "betaDownload": "https://mullvad.net/download/beta", - "supportEmail": "support@mullvad.net" + "betaDownload": "https://mullvad.net/download/beta" }, "colors": { "darkBlue": "rgb(25, 46, 69)", |
