Skip to content

Commit

Permalink
Update public.wsgi to include Widevine-L1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielBusta authored and jcristau committed Nov 23, 2023
1 parent 301f72a commit 18caf02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion uwsgi/public.wsgi
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ DOMAIN_ALLOWLIST = {
"ciscobinary.openh264.org": ("OpenH264",),
"cdmdownload.adobe.com": ("CDM",),
"clients2.googleusercontent.com": ("Widevine",),
"redirector.gvt1.com": ("Widevine",),
"redirector.gvt1.com": (
"Widevine",
"Widevine-L1",
),
"ftp.mozilla.org": ("SystemAddons",),
"fpn.firefox.com": ("FirefoxVPN", "Guardian"),
"vpn.mozilla.org": ("FirefoxVPN", "Guardian"),
Expand Down

0 comments on commit 18caf02

Please sign in to comment.