Skip to content

Commit 22699b1

Browse files
committed
Revert "Temporarily allow ciscobinarytest subdomain for balrog stage (mozilla-releng#3486)"
This reverts commit 05f2411.
1 parent e70c37f commit 22699b1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

uvicorn/admin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
SYSTEM_ACCOUNTS.extend(["balrog-stage-ffxbld", "balrog-stage-tbirdbld", "balrog-stage-xpibld"])
4848
DOMAIN_ALLOWLIST.update(
4949
{
50-
"ciscobinarytest.openh264.org": ("OpenH264",), # TODO: Remove this (bug 1977228)
5150
"ftp.stage.mozaws.net": ("Firefox", "Fennec", "Devedition", "SeaMonkey", "Thunderbird", "Pinebuild", "SystemAddons"),
5251
"bouncer-bouncer.stage.mozaws.net": ("Firefox", "Fennec", "Devedition", "SeaMonkey", "Thunderbird"),
5352
"bouncer-bouncer-releng.stage.mozaws.net": ("Firefox", "Fennec", "Devedition", "SeaMonkey", "Thunderbird", "Pinebuild"),

uvicorn/public.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
if STAGING or LOCALDEV:
4848
DOMAIN_ALLOWLIST.update(
4949
{
50-
"ciscobinarytest.openh264.org": ("OpenH264",), # TODO: Remove this (bug 1977228)
5150
"ftp.stage.mozaws.net": ("Firefox", "Fennec", "Devedition", "SeaMonkey", "Thunderbird"),
5251
"bouncer-bouncer.stage.mozaws.net": ("Firefox", "Fennec", "Devedition", "SeaMonkey", "Thunderbird"),
5352
"bouncer-bouncer-releng.stage.mozaws.net": ("Firefox", "Fennec", "Devedition", "SeaMonkey", "Thunderbird"),

0 commit comments

Comments
 (0)