summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-10-25 12:10:52 -0700
committerZach Copley <zach@status.net>2010-10-25 12:10:52 -0700
commit0dcc3f8d71341b1351c6abfa6c324becd5f27208 (patch)
treef9264b607a3b80e4faa7915ee1947905f74239b8
parent3954ab39ae068a98f6b25720981a3505f27cd271 (diff)
We don't need to have editapplication (only showapplication) in the
sensitive array because it doesn't expose the consumer keypair
-rw-r--r--lib/util.php3
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;