Introduction
Introduction Statistics Contact Development Disclaimer Help
tconfig.h: update for upstream changes - surf - [fork] customized build of surf…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 3334d3b1f2d1e8fd3663e1d86139b27d20fe9931
parent a8a3cb682d114feb81e985e472ba614faa0377d7
Author: Anders Damsgaard <[email protected]>
Date: Mon, 2 Nov 2020 08:45:24 +0100
config.h: update for upstream changes
Diffstat:
M config.h | 6 ++++++
1 file changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/config.h b/config.h
t@@ -6,6 +6,11 @@ static char *styledir = "~/.config/surf/styles/";
static char *certdir = "~/.config/surf/certificates/";
static char *cachedir = "~/.config/surf/cache/";
static char *cookiefile = "~/.config/surf/cookies.txt";
+static char **plugindirs = (char*[]){
+ "~/.config/surf/plugins/",
+ LIBPREFIX "/mozilla/plugins/",
+ NULL
+};
/* Webkit default features */
/* Highest priority value will be used.
t@@ -30,6 +35,7 @@ static Parameter defconfig[ParameterLast] = {
[Geolocation] = { { .i = 0 }, },
[HideBackground] = { { .i = 0 }, },
[Inspector] = { { .i = 0 }, },
+ [Ephemeral] = { { .i = 0 }, },
[Java] = { { .i = 0 }, },
[JavaScript] = { { .i = 0 }, },
[KioskMode] = { { .i = 0 }, },
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.