tDisable media autoplay by default - surf - customized build of surf, the suckless webkit browser
(HTM) git clone git://src.adamsgaard.dk/surf
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 723ff26c3618cf4db1ae34688509cbcdfed1412f
(DIR) parent a0c3c80ee6e48c57e541cfbcaeb1fb0e66121985
(HTM) Author: Quentin Rameau <quinq@fifth.space>
Date: Sat, 3 Jun 2017 10:20:50 +0200
Disable media autoplay by default
Diffstat:
M config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/config.def.h b/config.def.h
t@@ -34,7 +34,7 @@ static Parameter defconfig[ParameterLast] = {
[JavaScript] = { { .i = 1 }, },
[KioskMode] = { { .i = 0 }, },
[LoadImages] = { { .i = 1 }, },
- [MediaManualPlay] = { { .i = 0 }, },
+ [MediaManualPlay] = { { .i = 1 }, },
[Plugins] = { { .i = 1 }, },
[PreferredLanguages] = { { .v = (char *[]){ NULL } }, },
[RunInFullscreen] = { { .i = 0 }, },