Skip to content

Commit

Permalink
Allow FirefoxVPN to be served from archive.mozilla.org (#2178)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum authored Sep 8, 2021
1 parent 48af2e7 commit 9d8b100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uwsgi/admin.wsgi
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LOCALDEV = bool(int(os.environ.get("LOCALDEV", 0)))
SYSTEM_ACCOUNTS = ["balrogagent", "balrog-ffxbld", "balrog-tbirdbld", "seabld"]
DOMAIN_ALLOWLIST = {
"download.mozilla.org": ("Firefox", "Fennec", "Devedition", "Thunderbird"),
"archive.mozilla.org": ("Firefox", "Fennec", "Devedition", "Thunderbird"),
"archive.mozilla.org": ("Firefox", "Fennec", "Devedition", "Thunderbird", "FirefoxVPN"),
"download.cdn.mozilla.net": ("Firefox", "Fennec"),
"ciscobinary.openh264.org": ("OpenH264",),
"cdmdownload.adobe.com": ("CDM",),
Expand Down
2 changes: 1 addition & 1 deletion uwsgi/public.wsgi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LOCALDEV = bool(int(os.environ.get("LOCALDEV", 0)))
SPECIAL_FORCE_HOSTS = ["http://download.mozilla.org"]
DOMAIN_ALLOWLIST = {
"download.mozilla.org": ("Firefox", "Fennec", "Devedition", "Thunderbird"),
"archive.mozilla.org": ("Firefox", "Fennec", "Devedition", "Thunderbird"),
"archive.mozilla.org": ("Firefox", "Fennec", "Devedition", "Thunderbird", "FirefoxVPN"),
"download.cdn.mozilla.net": ("Firefox", "Fennec"),
"ciscobinary.openh264.org": ("OpenH264",),
"cdmdownload.adobe.com": ("CDM",),
Expand Down

0 comments on commit 9d8b100

Please sign in to comment.