From: Zach Copley Date: Mon, 25 Oct 2010 19:10:52 +0000 (-0700) Subject: We don't need to have editapplication (only showapplication) in the X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0dcc3f8d71341b1351c6abfa6c324becd5f27208;p=quix0rs-gnu-social.git We don't need to have editapplication (only showapplication) in the sensitive array because it doesn't expose the consumer keypair --- diff --git a/lib/util.php b/lib/util.php index d1c084e2e7..ecf1baa876 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;