X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=3a159ec3dead6f41093b64be37a3f7fe8b0aaae9;hp=c55b69006336291ef38aecffab815facf31282c4;hb=bcd05ae321de686840fd560931f2894f62ba8345;hpb=298e688933395af61f56cb2a8710e7bac8e5453d diff --git a/config.def.h b/config.def.h index c55b690..3a159ec 100644 --- a/config.def.h +++ b/config.def.h @@ -10,6 +10,8 @@ static char *cookiefile = "~/.surf/cookies.txt"; /* Webkit default features */ static Parameter defconfig[ParameterLast] = { SETB(AcceleratedCanvas, 1), + SETB(AccessMicrophone, 0), + SETB(AccessWebcam, 0), SETB(Certificate, 0), SETB(CaretBrowsing, 0), SETV(CookiePolicies, "@Aa"), @@ -21,6 +23,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 +34,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),