diff options
author | Constantine Bytensky <kostya3@gmail.com> | 2017-05-18 14:46:49 +0300 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2017-05-22 12:38:49 +0200 |
commit | 25652669ef1fc4c0024542c5d7a90a58ba99bcbd (patch) | |
tree | 3329613c3532018f7054a7d769e671733208ffce /config.def.h | |
parent | bcd05ae321de686840fd560931f2894f62ba8345 (diff) |
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.h | 1 |
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), |