Set strict ssl by default and handle insecure content

Non-https content in https pages is now handled separately from https
connection establishment.
This commit is contained in:
Quentin Rameau
2016-07-08 18:27:07 +02:00
parent 2355c20e92
commit 0247e91b00
2 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -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),
};