Introduction
Introduction Statistics Contact Development Disclaimer Help
tconfig.h: don't load images by default - surf - [fork] customized build of sur…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 0cc404e91c1848388ffae81a58f70ee7a3b2ccfb
parent 946fbbe37f67d28321f14ab38d5b238e57ad4f35
Author: Anders Damsgaard <[email protected]>
Date: Mon, 4 Jan 2021 07:49:36 +0100
config.h: don't load images by default
Diffstat:
M config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.h b/config.h
t@@ -39,7 +39,7 @@ static Parameter defconfig[ParameterLast] = {
[Java] = { { .i = 0 }, },
[JavaScript] = { { .i = 0 }, },
[KioskMode] = { { .i = 0 }, },
- [LoadImages] = { { .i = 1 }, },
+ [LoadImages] = { { .i = 0 }, },
[MediaManualPlay] = { { .i = 1 }, },
[Plugins] = { { .i = 1 }, },
[PreferredLanguages] = { { .v = (char *[]){ NULL } }, },
You are viewing proxied material from mx1.adamsgaard.dk. 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.