diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-08-07 16:46:13 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-08-07 16:58:55 +0200 |
commit | 4fb73b3febd0b368bee39c361dd58d56fb1829ca (patch) | |
tree | 5772c16a16de9682223cfee58007d13ba91f2f5a /uhttpd.h | |
parent | d9e7e61178ef07c741ad820d8b2f5afd4246d993 (diff) |
ubus: move sid into the params array of the json-rpc request to avoid information leakage via the post url
Diffstat (limited to 'uhttpd.h')
-rw-r--r-- | uhttpd.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -187,7 +187,6 @@ struct dispatch_ubus { struct json_object *jsobj_cur; int post_len; - const char *sid; uint32_t obj; const char *func; |