Skip to content

Commit

Permalink
Update VPN stage endpoint [fix mozilla#13312]
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcook committed Jun 26, 2023
1 parent 630c8d0 commit 1a3c028
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bedrock/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ def before_send(event, hint):

# URL for Mozilla VPN sign-in links
# ***This URL *MUST* end in a traling slash!***
VPN_ENDPOINT = config("VPN_ENDPOINT", default="https://stage-vpn.guardian.nonprod.cloudops.mozgcp.net/" if DEV else "https://vpn.mozilla.org/")
VPN_ENDPOINT = config("VPN_ENDPOINT", default="https://stage.guardian.nonprod.cloudops.mozgcp.net/" if DEV else "https://vpn.mozilla.org/")

# URL for Mozilla VPN subscription links
# ***This URL *MUST* end in a traling slash!***
Expand Down
2 changes: 1 addition & 1 deletion media/js/base/fxa-attribution.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const _allowedDomains = [
'https://monitor.firefox.com/',
'https://getpocket.com/',
'https://vpn.mozilla.org/',
'https://stage-vpn.guardian.nonprod.cloudops.mozgcp.net/',
'https://stage.guardian.nonprod.cloudops.mozgcp.net/',
'https://guardian-dev.herokuapp.com/'
];

Expand Down
2 changes: 1 addition & 1 deletion media/js/base/fxa-product-button.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const allowedList = [
'https://guardian-dev.herokuapp.com/',
'https://monitor.firefox.com/',
'https://relay.firefox.com/',
'https://stage-vpn.guardian.nonprod.cloudops.mozgcp.net/',
'https://stage.guardian.nonprod.cloudops.mozgcp.net/',
'https://vpn.mozilla.org/'
];

Expand Down

0 comments on commit 1a3c028

Please sign in to comment.