Skip to content
Snippets Groups Projects
Unverified Commit ea3ea594 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #18695 from colemanw/ids

Exclude api4 from IDS check
parents 69ce793f 505c710a
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ class CRM_Core_IDS {
}
// lets bypass a few civicrm urls from this check
$skip = ['civicrm/admin/setting/updateConfigBackend', 'civicrm/admin/messageTemplates'];
$skip = ['civicrm/admin/setting/updateConfigBackend', 'civicrm/admin/messageTemplates', 'civicrm/ajax/api4'];
CRM_Utils_Hook::idsException($skip);
$this->path = $route['path'];
if (in_array($this->path, $skip)) {
......
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