From 636d127253b75d0880f16ad96f006f6e27378130 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 29 May 2018 17:24:36 +0200 Subject: Disable HPKP telemetry in Pale Moon. --- application/palemoon/app/profile/palemoon.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/palemoon/app') diff --git a/application/palemoon/app/profile/palemoon.js b/application/palemoon/app/profile/palemoon.js index 90b4949b9..014550190 100644 --- a/application/palemoon/app/profile/palemoon.js +++ b/application/palemoon/app/profile/palemoon.js @@ -1079,6 +1079,8 @@ pref("security.csp.speccompliant", true); // Block insecure active content on https pages pref("security.mixed_content.block_active_content", true); +// Disable HPKP telemetry +pref("security.ssl.errorReporting.enabled", false); // Override the Goanna-default value of false for Firefox. pref("plain_text.wrap_long_lines", true); -- cgit v1.2.3