X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=6d3135ef4000a15a172dc3353c09cfab01ea64c3;hp=23fd05a705bb31e4dfa56a21e224ea268c222b27;hb=4c41d363b761999a8af864b4e20218f0625d940f;hpb=5a02d3e500c7b8d22f00a214eb5a4e7244e4c6f5 diff --git a/config.def.h b/config.def.h index 23fd05a..6d3135e 100644 --- a/config.def.h +++ b/config.def.h @@ -8,6 +8,7 @@ static char *cookiefile = "~/.surf/cookies.txt"; /* Webkit default features */ static Parameter defconfig[ParameterLast] = { + SETB(AcceleratedCanvas, 1), SETB(CaretBrowsing, 0), SETV(CookiePolicies, "@Aa"), SETB(DiskCache, 1), @@ -20,11 +21,13 @@ static Parameter defconfig[ParameterLast] = { SETB(JavaScript, 1), SETB(KioskMode, 0), SETB(LoadImages, 1), + SETB(MediaManualPlay, 0), SETB(Plugins, 1), SETV(PreferredLanguages, ((char *[]){ NULL })), SETB(RunInFullscreen, 0), SETB(ScrollBars, 1), SETB(ShowIndicators, 1), + SETB(SiteQuirks, 1), SETB(SpellChecking, 0), SETV(SpellLanguages, ((char *[]){ "en_US", NULL })), SETB(StrictSSL, 0),