Add config option for microphone and webcam access

This commit is contained in:
Quentin Rameau
2017-05-18 11:20:07 +02:00
parent f5be376ccc
commit bcd05ae321
2 changed files with 26 additions and 6 deletions
+2
View 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"),