Add config option for cross requests from file URLs

I use it to open local .xml files with .xsl style-sheets.
This commit is contained in:
Constantine Bytensky
2017-05-18 14:46:49 +03:00
committed by Quentin Rameau
parent bcd05ae321
commit 25652669ef
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -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),