]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Forgot to add the OAuth verifier pin page to sensitive array
authorZach Copley <zach@status.net>
Mon, 25 Oct 2010 19:36:03 +0000 (12:36 -0700)
committerZach Copley <zach@status.net>
Mon, 25 Oct 2010 19:36:03 +0000 (12:36 -0700)
lib/util.php

index ecf1baa876e98ee039df5c71dcc08638156b3d9f..6044fdd92ea98b1d3c46d39b74790ab2e234ad6d 100644 (file)
@@ -1088,6 +1088,7 @@ function common_is_sensitive($action)
         'ApiOauthRequestToken',
         'ApiOauthAccessToken',
         'ApiOauthAuthorize',
+        'ApiOauthPin',
         'showapplication'
     );
     $ssl = null;