X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=0b45cd672a30a80ca70b0c9234690e294dd6adf5;hb=a1328457cff30dc678a1b8e80dc44ddb73ce293c;hp=46f70407892d005acbc5802279021cea5a111feb;hpb=b1154347205201351be6b0d027e86f16f709599b;p=surf.git diff --git a/config.def.h b/config.def.h index 46f7040..0b45cd6 100644 --- a/config.def.h +++ b/config.def.h @@ -10,16 +10,21 @@ 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), SETB(HideBackground, 0), SETB(Inspector, 0), + SETB(Java, 1), SETB(JavaScript, 1), SETB(KioskMode, 0), SETB(LoadImages, 1), @@ -30,6 +35,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),