From: Zach Copley Date: Mon, 25 Oct 2010 19:36:03 +0000 (-0700) Subject: Forgot to add the OAuth verifier pin page to sensitive array X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=78396db28a01866bd3bd8aad390a921e49d8e220;p=quix0rs-gnu-social.git Forgot to add the OAuth verifier pin page to sensitive array --- 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;