]> git.wh0rd.org - tt-rss.git/commit
rpc: addfeed: gets login and pass only if need_auth is checked.
authorColin Vidal <colin@cvidal.org>
Sun, 14 Jan 2018 19:55:39 +0000 (20:55 +0100)
committerColin Vidal <colin@cvidal.org>
Sun, 14 Jan 2018 19:55:39 +0000 (20:55 +0100)
commitc217de557f172871e85472c4aa21651d32ae680e
tree027fb9d652f3eb236401526a05d865d5b24c7b1c
parentc30f5e18119d1935e8fe6d422053b127e8f4f1b3
rpc: addfeed: gets login and pass only if need_auth is checked.

Because of browser form auto-completion, the hidden field login and
password can be automatically filled when adding a feed. It would
enable feed authentication even if the user doesn't click on need_auth
button.
classes/rpc.php