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:
committed by
Quentin Rameau
parent
bcd05ae321
commit
25652669ef
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user