summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-01-11 15:14:33 +0100
committerportix <portix@gmx.net>2012-01-11 15:14:33 +0100
commit55df6ef585c67ab6606127a783de2bb7cb5a2fa5 (patch)
tree90462f1e1fa13dc7ac9218ce0acf8ad7ea8bf4c4 /src/config.h
parent8f5eca09afa29acf1b1da5f3594957160135e382 (diff)
downloaddwb-55df6ef585c67ab6606127a783de2bb7cb5a2fa5.zip
Setting javascript schemes
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index e3847c1b..a7126990 100644
--- a/src/config.h
+++ b/src/config.h
@@ -918,6 +918,8 @@ static WebSettings DWB_SETTINGS[] = {
SETTING_GLOBAL, CHAR, { .p = "dtws" }, (S_Func)dwb_set_widget_packing, },
{ { "cache-model", "Packing of the main widgets", },
SETTING_GLOBAL, CHAR, { .p = "webbrowser" }, NULL, },
+ { { "javascript-schemes", "Whether to allow loading urls with 'javascript' scheme", },
+ SETTING_GLOBAL, BOOLEAN, { .b = true }, NULL, },
/* downloads */