diff options
author | Zach Copley <zach@status.net> | 2010-10-25 12:10:52 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-10-25 12:10:52 -0700 |
commit | 0dcc3f8d71341b1351c6abfa6c324becd5f27208 (patch) | |
tree | f9264b607a3b80e4faa7915ee1947905f74239b8 /lib | |
parent | 3954ab39ae068a98f6b25720981a3505f27cd271 (diff) |
We don't need to have editapplication (only showapplication) in the
sensitive array because it doesn't expose the consumer keypair
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index d1c084e2e..ecf1baa87 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1088,8 +1088,7 @@ function common_is_sensitive($action) 'ApiOauthRequestToken', 'ApiOauthAccessToken', 'ApiOauthAuthorize', - 'showapplication', - 'editapplication' + 'showapplication' ); $ssl = null; |