summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-10-25 12:36:03 -0700
committerZach Copley <zach@status.net>2010-10-25 12:36:03 -0700
commit78396db28a01866bd3bd8aad390a921e49d8e220 (patch)
tree204fe0af76908b3f24f20e59d9f443aabbe22402
parent0dcc3f8d71341b1351c6abfa6c324becd5f27208 (diff)
Forgot to add the OAuth verifier pin page to sensitive array
-rw-r--r--lib/util.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php
index ecf1baa87..6044fdd92 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -1088,6 +1088,7 @@ function common_is_sensitive($action)
'ApiOauthRequestToken',
'ApiOauthAccessToken',
'ApiOauthAuthorize',
+ 'ApiOauthPin',
'showapplication'
);
$ssl = null;