From 0dcc3f8d71341b1351c6abfa6c324becd5f27208 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Mon, 25 Oct 2010 12:10:52 -0700 Subject: We don't need to have editapplication (only showapplication) in the sensitive array because it doesn't expose the consumer keypair --- lib/util.php | 3 +-- 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3