Unverified Commit 6e730d51 authored by Georg Koppen's avatar Georg Koppen
Browse files

squash! TB4: Tor Browser's Firefox preference overrides.

Bug 29916: Make sure enterprise policies are disabled
parent e95c5153
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -225,6 +225,9 @@ pref("network.file.disable_unc_paths", true);
// Enhance our treatment of file:// to avoid proxy bypasses (see Mozilla's bug
// 1412081)
pref("network.file.path_blacklist", "/net");
// Make sure no enterprise policy can interfere with our proxy settings, see
// #29916.
pref("browser.policies.testing.disallowEnterprise", true);

// Security slider
pref("svg.in-content.enabled", true);