From 3ef1e8cacf75bdb8ecfc1c490cde3c5bd6746b18 Mon Sep 17 00:00:00 2001 From: Brian Grinstead Date: Sat, 8 Aug 2015 23:16:27 -0700 Subject: [PATCH] Bug 1175606 - Disable tracking protection for reftests;r=philor --HG-- extra : commitid : 40tbnOyz9zn --- layout/tools/reftest/runreftest.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layout/tools/reftest/runreftest.py b/layout/tools/reftest/runreftest.py index da753e0edb97..86f7aa6f7b28 100644 --- a/layout/tools/reftest/runreftest.py +++ b/layout/tools/reftest/runreftest.py @@ -213,6 +213,9 @@ class RefTest(object): # Likewise for safebrowsing. prefs['browser.safebrowsing.enabled'] = False prefs['browser.safebrowsing.malware.enabled'] = False + # Likewise for tracking protection. + prefs['privacy.trackingprotection.enabled'] = False + prefs['privacy.trackingprotection.pbmode.enabled'] = False # And for snippets. prefs['browser.snippets.enabled'] = False prefs['browser.snippets.syncPromo.enabled'] = False