diff --git a/pkg/vtiger/modules/Google/modules/Google/views/Authenticate.php b/pkg/vtiger/modules/Google/modules/Google/views/Authenticate.php
index 208af4745b858d48a1a7c7add164aa69b1b1bf3a..406e7527371d9852fe98539e80e7b7db10dbf6e1 100644
--- a/pkg/vtiger/modules/Google/modules/Google/views/Authenticate.php
+++ b/pkg/vtiger/modules/Google/modules/Google/views/Authenticate.php
@@ -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 */
+	}
 }