You are here

protected property OAuthServer::$disallowed_uri_schemes in Lingotek Translation 7.2

Same name and namespace in other branches
  1. 7.3 lib/oauth-php/library/OAuthServer.php \OAuthServer::disallowed_uri_schemes

File

lib/oauth-php/library/OAuthServer.php, line 46

Class

OAuthServer

Code

protected $disallowed_uri_schemes = array(
  'file',
  'callto',
  'mailto',
);