Skip to content

Commit

Permalink
remove locale from sumo link
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxbolts committed Jan 18, 2024
1 parent 2f76a5c commit 731a028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,15 +205,15 @@ constexpr const char* APPLE_SUBSCRIPTIONS_URL =
constexpr const char* GOOGLE_SUBSCRIPTIONS_URL =
"https://play.google.com/store/account/subscriptions";

constexpr const char* SUMO_DNS = "https://support.mozilla.org/en-US/kb/"
"how-do-i-change-my-dns-settings";

#define PRODBETAEXPR(type, functionName, prod, beta) \
inline type functionName() { return Constants::inProduction() ? prod : beta; }

constexpr const char* MOZILLA_VPN_SUMO_URL =
"https://support.mozilla.org/en-US/products/firefox-private-network-vpn";

constexpr const char* SUMO_DNS =
"https://support.mozilla.org/kb/how-do-i-change-my-dns-settings";

PRODBETAEXPR(QString, contactSupportUrl, "https://accounts.firefox.com/support",
"https://accounts.stage.mozaws.net/support")

Expand Down

0 comments on commit 731a028

Please sign in to comment.