diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-10-06 20:19:12 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-10-06 20:19:18 +0200 |
commit | efde1a428e63be02a9f3e17df9f25490c8c0983c (patch) | |
tree | 135bc865bef7362bf8087a825cc24c824b4e0a00 /branding/config | |
parent | 1cd5398a59202b7782d894beb86c3de450783441 (diff) |
[feat] increase donation reminder interval to one week
- Resolves: #358
Diffstat (limited to 'branding/config')
-rw-r--r-- | branding/config/vendor.conf | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf index d142852..d9e6a25 100644 --- a/branding/config/vendor.conf +++ b/branding/config/vendor.conf @@ -1,8 +1,6 @@ [default] -provider = demolib -bitmask-providers = [riseup, calyx] - +provider = riseup [riseup] @@ -20,7 +18,6 @@ tosURL = https://riseup.net/tos helpURL = https://riseup.net/support geolocationAPI = https://api.black.riseup.net:9001/json - askForDonations = true donateURL = https://riseup.net/vpn/donate @@ -41,7 +38,6 @@ tosURL = https://calyx.net/tos helpURL = https://calyx.net/support geolocationAPI = https://api.black.riseup.net:9001/json - askForDonations = false donateURL = @@ -63,6 +59,5 @@ tosURL = https://libraryvpn.org/ helpURL = https://libraryvpn.org/ geolocationAPI = https://getmyip.vpnlib.bitmask.net/json - askForDonations = false donateURL = |