Rename SSL instances to TLS
[surf.git] / config.def.h
index 6d3135e..32cda3c 100644 (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(StrictTLS,          1),
        SETB(Style,              1),
        SETF(ZoomLevel,          1.0),
 };
@@ -42,6 +42,9 @@ static UriParameters uriparams[] = {
        }, },
 };
 
+/* default window size: width, height */
+static int winsize[] = { 800, 600 };
+
 static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE |
                                     WEBKIT_FIND_OPTIONS_WRAP_AROUND;