Skip to content
Snippets Groups Projects
Commit b26a5a1b authored by Prasad's avatar Prasad
Browse files

Fixes #889: Disable request validation at Google Sync EntryPoint

parent 4693ded4
No related branches found
No related tags found
1 merge request!1update
......@@ -26,4 +26,8 @@ class Google_Authenticate_View extends Vtiger_Index_View {
$oauth2Connector = new Google_Oauth2_Connector($moduleName);
$oauth2Connector->authorize();
}
public function validateRequest(Vtiger_Request $request) {
/* Ignore check - as referer could be CRM or Google Accounts */
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment