about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorConstantine Bytensky <kostya3@gmail.com>2017-05-18 14:46:49 +0300
committerQuentin Rameau <quinq@fifth.space>2017-05-22 12:38:49 +0200
commit25652669ef1fc4c0024542c5d7a90a58ba99bcbd (patch)
tree3329613c3532018f7054a7d769e671733208ffce /config.def.h
parentAdd config option for microphone and webcam access (diff)
downloadsurf-25652669ef1fc4c0024542c5d7a90a58ba99bcbd.tar.gz
surf-25652669ef1fc4c0024542c5d7a90a58ba99bcbd.tar.bz2
surf-25652669ef1fc4c0024542c5d7a90a58ba99bcbd.zip
Add config option for cross requests from file URLs
I use it to open local .xml files with .xsl style-sheets.
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 3a159ec..0b45cd6 100644
--- a/config.def.h
+++ b/config.def.h
@@ -18,6 +18,7 @@ static Parameter defconfig[ParameterLast] = {
 	SETV(DefaultCharset,     "UTF-8"),
 	SETB(DiskCache,          1),
 	SETB(DNSPrefetch,        0),
+	SETB(FileURLsCrossAccess,0),
 	SETI(FontSize,           12),
 	SETB(FrameFlattening,    0),
 	SETB(Geolocation,        0),