summaryrefslogtreecommitdiff
path: root/frontends/amiga/options.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2019-08-10 14:22:52 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2019-08-10 14:22:52 +0100
commit78199c017782067bda94307c7bfc9dc9c1f1eefd (patch)
tree7013cb1b06c083ed18ad3a6342a42a58c645852b /frontends/amiga/options.h
parentfaec17a90362fe53a952083472199e0d69d747b1 (diff)
downloadnetsurf-78199c017782067bda94307c7bfc9dc9c1f1eefd.tar.gz
netsurf-78199c017782067bda94307c7bfc9dc9c1f1eefd.tar.bz2
Amiga: Allow running JS from ARexx
Option arexx_allow_exec enables the EXEC command. It is disabled by default and currently undocumented. Theoretically this could be used by a form filler application.
Diffstat (limited to 'frontends/amiga/options.h')
-rw-r--r--frontends/amiga/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/amiga/options.h b/frontends/amiga/options.h
index f67a9b683..196b05709 100644
--- a/frontends/amiga/options.h
+++ b/frontends/amiga/options.h
@@ -47,6 +47,7 @@ NSOPTION_STRING(search_engines_file, "PROGDIR:Resources/SearchEngines")
NSOPTION_STRING(arexx_dir, "PROGDIR:Rexx")
NSOPTION_STRING(arexx_startup, "Startup.nsrx")
NSOPTION_STRING(arexx_shutdown, "Shutdown.nsrx")
+NSOPTION_BOOL(arexx_allow_exec, false)
NSOPTION_STRING(download_dir, NULL)
NSOPTION_BOOL(download_notify, true)
NSOPTION_BOOL(download_notify_progress, false)