Add config option for cross requests from file URLs
[surf.git] / config.def.h
index 3a159ec..0b45cd6 100644 (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),