From 25652669ef1fc4c0024542c5d7a90a58ba99bcbd Mon Sep 17 00:00:00 2001 From: Constantine Bytensky Date: Thu, 18 May 2017 14:46:49 +0300 Subject: Add config option for cross requests from file URLs I use it to open local .xml files with .xsl style-sheets. --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') 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), -- cgit v1.2.3