From 0247e91b0067c715b19dedd7a3012624ee61576a Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Fri, 8 Jul 2016 18:27:07 +0200 Subject: Set strict ssl by default and handle insecure content Non-https content in https pages is now handled separately from https connection establishment. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 0ade76e..fca81c3 100644 --- a/config.def.h +++ b/config.def.h @@ -30,7 +30,7 @@ static Parameter defconfig[ParameterLast] = { SETB(SiteQuirks, 1), SETB(SpellChecking, 0), SETV(SpellLanguages, ((char *[]){ "en_US", NULL })), - SETB(StrictSSL, 0), + SETB(StrictSSL, 1), SETB(Style, 1), SETF(ZoomLevel, 1.0), }; -- cgit v1.2.3