We don't need to have editapplication (only showapplication) in the

sensitive array because it doesn't expose the consumer keypair
This commit is contained in:
Zach Copley 2010-10-25 12:10:52 -07:00
parent 3954ab39ae
commit 0dcc3f8d71

View File

@ -1088,8 +1088,7 @@ function common_is_sensitive($action)
'ApiOauthRequestToken', 'ApiOauthRequestToken',
'ApiOauthAccessToken', 'ApiOauthAccessToken',
'ApiOauthAuthorize', 'ApiOauthAuthorize',
'showapplication', 'showapplication'
'editapplication'
); );
$ssl = null; $ssl = null;