1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00

Set ecmascript.enable = 0 by default.

ECMAScript support is still considered experimental, and there are
several known vulnerabilities (bugs 548, 755, 771).
This commit is contained in:
Kalle Olavi Niemitalo 2006-12-29 23:24:42 +02:00 committed by Kalle Olavi Niemitalo
parent 7b931a2de0
commit 92d079de82

View File

@ -43,7 +43,7 @@ static struct option_info ecmascript_options[] = {
N_("ECMAScript options.")),
INIT_OPT_BOOL("ecmascript", N_("Enable"),
"enable", 0, 1,
"enable", 0, 0,
N_("Whether to run those scripts inside of documents.")),
INIT_OPT_BOOL("ecmascript", N_("Script error reporting"),