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
1 changed files with 1 additions and 2 deletions

View File

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