diff options
author | portix <portix@gmx.net> | 2013-04-28 00:31:16 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-04-28 00:31:16 +0200 |
commit | b46bbfe2824a21e6dd832df22937355a627b1ccc (patch) | |
tree | 3fa05abd758115c2ddd7f101c51c416fd71d5dcb /m4/settings.m4 | |
parent | 8b71f200cf661c1245125599a78cfe2c52940b87 (diff) | |
download | dwb-b46bbfe2824a21e6dd832df22937355a627b1ccc.zip |
New option 'javascript-api'
Diffstat (limited to 'm4/settings.m4')
-rw-r--r-- | m4/settings.m4 | 1 |
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") |