X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=3a159ec3dead6f41093b64be37a3f7fe8b0aaae9;hp=50dd739b606329b612e95d3488b6ed2f2890ecc3;hb=bcd05ae321de686840fd560931f2894f62ba8345;hpb=f5be376ccc1fef96722df610c4783e99ce1e944e diff --git a/config.def.h b/config.def.h index 50dd739..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"),