From 180b52ef6fc6a59dcd256acf7e474e62772fce52 Mon Sep 17 00:00:00 2001 From: Kershaw Chang Date: Wed, 17 Jun 2020 07:16:07 +0000 Subject: [PATCH] Bug 1646058 - Disable network.send_ODA_to_content_directly, r=dragana Differential Revision: https://phabricator.services.mozilla.com/D79832 --- 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 69d88853786b..f794864175cd 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -7925,7 +7925,7 @@ # Whether we can send OnDataAvailable to content process directly. - name: network.send_ODA_to_content_directly type: RelaxedAtomicBool - value: true + value: false mirror: always # Perform all network access on the socket process.