From bfc7747b5857c2091b55fbd40882cb95e7b56d4d Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 27 Feb 2015 17:17:17 -0700 Subject: [PATCH 1/1] CRM-15854 - CRM_Core_IDS - Allow AJAX calls with HTML documents. --- CRM/Core/IDS.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Core/IDS.php b/CRM/Core/IDS.php index 7153125ded..8117690653 100644 --- a/CRM/Core/IDS.php +++ b/CRM/Core/IDS.php @@ -154,6 +154,7 @@ class CRM_Core_IDS { exceptions[] = report_header exceptions[] = report_footer exceptions[] = data + exceptions[] = json exceptions[] = instructions exceptions[] = suggested_message exceptions[] = page_text -- 2.25.1