Exception [403]

We detected that your latest request may have been part of suspicious activity and has been blocked. If you believe you are getting this message in error please let us know through our site's contact form.
.../plugins/system/admintools/src/Utility/BlockedRequestHandler.php:195
190 		{
191 			// Using Joomla!'s error page
192 			$app->input->set('template', null);
193 			$app->input->set('layout', null);
194 
195 			throw new Exception($message, 403);
196 		}
197 
198 		// Using a view
199 		$session = $app->getSession();
200