diff --git a/src/scripts/config/aria2Options.js b/src/scripts/config/aria2Options.js index ca4d550..f7ad500 100644 --- a/src/scripts/config/aria2Options.js +++ b/src/scripts/config/aria2Options.js @@ -939,6 +939,16 @@ category: 'http', canUpdate: 'new|waiting|paused' }, + { + key: 'http-user', + category: 'http', + canUpdate: 'new|waiting|paused' + }, + { + key: 'http-passwd', + category: 'http', + canUpdate: 'new|waiting|paused' + }, { key: 'all-proxy', category: 'http',