diff options
author | Quentin Rameau <quinq@fifth.space> | 2017-04-19 17:45:20 +0200 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2017-04-19 17:45:20 +0200 |
commit | ee854bb09564f869c68d9d63ff8133cf9cf5fa10 (patch) | |
tree | 141de7566dfb528e75283eecc84a2da1adb976a2 /config.def.h | |
parent | 0247e91b0067c715b19dedd7a3012624ee61576a (diff) | |
download | surf-ee854bb09564f869c68d9d63ff8133cf9cf5fa10.tar.gz surf-ee854bb09564f869c68d9d63ff8133cf9cf5fa10.tar.bz2 surf-ee854bb09564f869c68d9d63ff8133cf9cf5fa10.zip |
Rename SSL instances to TLS
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index fca81c3..32cda3c 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, 1), + SETB(StrictTLS, 1), SETB(Style, 1), SETF(ZoomLevel, 1.0), }; |