summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2016-07-08 18:27:07 +0200
committerQuentin Rameau <quinq@fifth.space>2017-04-19 17:41:23 +0200
commit0247e91b0067c715b19dedd7a3012624ee61576a (patch)
treed1dcc6d9af6edc935beeb16622c9f8ad5b7aba3c /config.def.h
parent2355c20e92d6f47100323e3394d565f8e8bf70dc (diff)
downloadsurf-0247e91b0067c715b19dedd7a3012624ee61576a.tar.gz
surf-0247e91b0067c715b19dedd7a3012624ee61576a.tar.bz2
surf-0247e91b0067c715b19dedd7a3012624ee61576a.zip
Set strict ssl by default and handle insecure content
Non-https content in https pages is now handled separately from https connection establishment.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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),
};