commit 78554636672465d7f9ea58dc05ec5e64bdd4ec0d Author: Alex Catarineu acat@torproject.org Date: Wed Feb 17 22:45:45 2021 +0100
fixup! Bug 16620: Clear window.name when no referrer sent
Bug 40344: Set privacy.window.name.update.enabled=false --- 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 f4a14782a375..acf9cb210208 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -9442,7 +9442,7 @@
- name: privacy.window.name.update.enabled type: bool - value: true + value: false mirror: always
# By default, the network state isolation is not active when there is a proxy
tbb-commits@lists.torproject.org