From 78199c017782067bda94307c7bfc9dc9c1f1eefd Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 10 Aug 2019 14:22:52 +0100 Subject: 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. --- frontends/amiga/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/amiga/options.h') 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) -- cgit v1.2.3