Introduction
Introduction Statistics Contact Development Disclaimer Help
Disable media autoplay by default - surf - surf browser, a WebKit based browser
git clone git://git.suckless.org/surf
Log
Files
Refs
README
LICENSE
---
commit 723ff26c3618cf4db1ae34688509cbcdfed1412f
parent a0c3c80ee6e48c57e541cfbcaeb1fb0e66121985
Author: Quentin Rameau <[email protected]>
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(-)
---
diff --git a/config.def.h b/config.def.h
@@ -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 }, },
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.