From 78396db28a01866bd3bd8aad390a921e49d8e220 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Mon, 25 Oct 2010 12:36:03 -0700 Subject: [PATCH] Forgot to add the OAuth verifier pin page to sensitive array --- lib/util.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util.php b/lib/util.php index ecf1baa876..6044fdd92e 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; -- 2.39.5