summaryrefslogtreecommitdiff
path: root/m4/settings.m4
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2013-04-28 00:31:16 +0200
committerportix <portix@gmx.net>2013-04-28 00:31:16 +0200
commitb46bbfe2824a21e6dd832df22937355a627b1ccc (patch)
tree3fa05abd758115c2ddd7f101c51c416fd71d5dcb /m4/settings.m4
parent8b71f200cf661c1245125599a78cfe2c52940b87 (diff)
downloaddwb-b46bbfe2824a21e6dd832df22937355a627b1ccc.zip
New option 'javascript-api'
Diffstat (limited to 'm4/settings.m4')
-rw-r--r--m4/settings.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/settings.m4 b/m4/settings.m4
index 5d697baa..3284b826 100644
--- a/m4/settings.m4
+++ b/m4/settings.m4
@@ -130,6 +130,7 @@ html_input(enable-scripts, checkbox, Enable embedded scripting languages)
ifdef(`WITH_HSTS',
html_input(hsts, checkbox, Whether HSTS support should be enabled)
)
+html_select(javascript-api, html_options(disabled, automatic, enabled), Whether the javascript api is enabled, needs restart)
html_input(javascript-can-access-clipboard, checkbox, Whether javascript can access the clipboard)
html_input(javascript-can-open-windows-automatically, checkbox, Whether javascript can open windows)
html_input(javascript-schemes, checkbox, Whether to allow loading url with scheme "javascript")