Fix handling of uri-specific parameters
[surf.git] / config.def.h
index 50dd739..0b45cd6 100644 (file)
@@ -10,12 +10,15 @@ 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"),
        SETV(DefaultCharset,     "UTF-8"),
        SETB(DiskCache,          1),
        SETB(DNSPrefetch,        0),
+       SETB(FileURLsCrossAccess,0),
        SETI(FontSize,           12),
        SETB(FrameFlattening,    0),
        SETB(Geolocation,        0),