aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-09-05 14:03:07 +0000
committerGravatar Brendan Taylor <whateley@gmail.com>2011-09-05 14:03:07 +0000
commit9664997a1391a4801d2cad663038fd2ed33fa2bf (patch)
tree77512fbd1d91e95b2b47a00af280368680438b7d /src/uzbl-core.h
parent920b9dd887e0e905fbd8fc2eb1280f4a4846b1b0 (diff)
new variable: enable_cross_file_access
controls whether `file:` URIs are allowed to access other `file:` URIs.
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index c84380e..9aba992 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -189,6 +189,7 @@ typedef struct {
guint enforce_96dpi;
gchar *inject_html;
guint caret_browsing;
+ guint cross_file_access;
guint javascript_windows;
gboolean print_version;