There's no need to call geturi() again in loadchanged
[surf.git] / config.def.h
index c55b690..50dd739 100644 (file)
@@ -21,6 +21,7 @@ static Parameter defconfig[ParameterLast] = {
        SETB(Geolocation,        0),
        SETB(HideBackground,     0),
        SETB(Inspector,          0),
+       SETB(Java,               1),
        SETB(JavaScript,         1),
        SETB(KioskMode,          0),
        SETB(LoadImages,         1),
@@ -31,6 +32,7 @@ static Parameter defconfig[ParameterLast] = {
        SETB(ScrollBars,         1),
        SETB(ShowIndicators,     1),
        SETB(SiteQuirks,         1),
+       SETB(SmoothScrolling,    0),
        SETB(SpellChecking,      0),
        SETV(SpellLanguages,     ((char *[]){ "en_US", NULL })),
        SETB(StrictTLS,          1),