Commit a61686b6 authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 16206: Enforce certificate pinning

parent 5d906f33
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -217,6 +217,9 @@ pref("network.jar.block-remote-files", false);
// https://trac.torproject.org/projects/tor/ticket/11253
pref("security.tls.version.max", 3);

// Enforce certificate pinning, see: https://bugs.torproject.org/16206
pref("security.cert_pinning.enforcement_level", 2);

#ifdef TOR_BROWSER_VERSION
#expand pref("torbrowser.version", __TOR_BROWSER_VERSION__);
#endif