This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch geckoview-99.0.1-11.0-1 in repository tor-browser.
commit d9b246069918b30ce0f8e16d2d404f95e4427f63 Author: Andrew Osmond aosmond@mozilla.com AuthorDate: Fri Apr 8 13:21:03 2022 +0000
Bug 1763801 - Enable OffscreenCanvas on zoom.us without subdomains. r=gfx-reviewers,jrmuizel a=dmeehan
Differential Revision: https://phabricator.services.mozilla.com/D143271 --- modules/libpref/init/StaticPrefList.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index 1c4fdcbf0b939..b812d74726fb3 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -5529,7 +5529,7 @@ # Domains included in the allowlist. - name: gfx.offscreencanvas.domain-allowlist type: String - value: "*.zoom.us" + value: "*.zoom.us,zoom.us" mirror: never
- name: gfx.omta.background-color