Exit more gracefully on web process crash.
[surf.git] / config.def.h
index 3c6c913..6748f8a 100644 (file)
@@ -34,7 +34,7 @@ static Parameter defconfig[ParameterLast] = {
        [JavaScript]          =       { { .i = 1 },     },
        [KioskMode]           =       { { .i = 0 },     },
        [LoadImages]          =       { { .i = 1 },     },
-       [MediaManualPlay]     =       { { .i = 0 },     },
+       [MediaManualPlay]     =       { { .i = 1 },     },
        [Plugins]             =       { { .i = 1 },     },
        [PreferredLanguages]  =       { { .v = (char *[]){ NULL } }, },
        [RunInFullscreen]     =       { { .i = 0 },     },
@@ -46,6 +46,7 @@ static Parameter defconfig[ParameterLast] = {
        [SpellLanguages]      =       { { .v = ((char *[]){ "en_US", NULL }) }, },
        [StrictTLS]           =       { { .i = 1 },     },
        [Style]               =       { { .i = 1 },     },
+       [WebGL]               =       { { .i = 0 },     },
        [ZoomLevel]           =       { { .f = 1.0 },   },
 };