user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 46157a565953545d6a90e6ae1c9db7dae3951be9
parent 32c4e5a1dc97ee02e625ead6dbe7a405fc3c16a9
Author: Roman-Nopantski <Roman-Nopantski@users.noreply.github.com>
Date:   Fri, 24 Feb 2017 05:39:20 +1300

browser.xul.error_pages.expert_bad_cert -> true

#26
Diffstat:
Muser.js | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -676,6 +676,10 @@ user_pref("browser.ssl_override_behavior", 1); // 1222: enforce CSP (Content Security Policy) (default is true) // https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP user_pref("security.csp.enable", true); +// 1223: display advanced information on Insecure Connection warning pages (thanks @crssi) + // only works when it's possible to add an exception, i.e doesn't work for HSTS (https://subdomain.preloaded-hsts.badssl.com/) + // test: https://expired.badssl.com/ +user_pref("browser.xul.error_pages.expert_bad_cert", true); /*** 1400: FONTS ***/ user_pref("ghacks_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");