Add config option for microphone and webcam access
[surf.git] / config.def.h
index 44f4584..3a159ec 100644 (file)
@@ -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"),
@@ -32,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),