about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2018-10-08 11:37:11 +0200
committerQuentin Rameau <quinq@fifth.space>2020-11-01 16:59:12 +0100
commitf61cfc720c598491d7a93c9f314ceae349e00450 (patch)
treeceea76deb6642803206b11e1e965b65d86ca709a /config.def.h
parentAdd support for configuring plugins directories (diff)
downloadsurf-f61cfc720c598491d7a93c9f314ceae349e00450.tar.gz
surf-f61cfc720c598491d7a93c9f314ceae349e00450.tar.bz2
surf-f61cfc720c598491d7a93c9f314ceae349e00450.zip
Add support for ephemeral (zero disk access)
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 738f464..be168ab 100644
--- a/config.def.h
+++ b/config.def.h
@@ -29,6 +29,7 @@ static Parameter defconfig[ParameterLast] = {
 	[DefaultCharset]      =       { { .v = "UTF-8" }, },
 	[DiskCache]           =       { { .i = 1 },     },
 	[DNSPrefetch]         =       { { .i = 0 },     },
+	[Ephemeral]           =       { { .i = 0 },     },
 	[FileURLsCrossAccess] =       { { .i = 0 },     },
 	[FontSize]            =       { { .i = 12 },    },
 	[FrameFlattening]     =       { { .i = 0 },     },