]> git.wh0rd.org - tt-rss.git/commit - include/feedbrowser.php
Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC
authorAnders Kaseorg <andersk@mit.edu>
Fri, 22 May 2015 03:53:14 +0000 (23:53 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Fri, 22 May 2015 03:53:58 +0000 (23:53 -0400)
commit0e653f751ee8346a9d24ff9974aa08d205954b4f
tree0fe345d253530c0c8e3ef6d98256422de9bd33fc
parentd8895ec679fb3557ddf01d8be74a5eb82c7dac7a
Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC

The undocumented _DISABLE_FEED_BROWSER option added in commit
c39befacb29f3f709e2d248ab6d6235524d6e929 turns off the UI for looking
at which feeds other users are subscribed to, but it did not prevent
you from manually constructing an RPC call to get the same data.  This
was a privacy risk for those who consider _DISABLE_FEED_BROWSER
important.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
classes/rpc.php
include/feedbrowser.php