From 37179202cdec59905cd9bce0f3e1cb28387ccf9c Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Tue, 31 May 2016 10:03:47 +0200 Subject: [PATCH] AEM add Access-Control-Allow-Origin Header --- classes/aem::dispatcher.yaml | 3 ++- customer/sirona-aem/int.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/classes/aem::dispatcher.yaml b/classes/aem::dispatcher.yaml index 2024924e..15a87854 100644 --- a/classes/aem::dispatcher.yaml +++ b/classes/aem::dispatcher.yaml @@ -49,4 +49,5 @@ aem::dispatcher::publish_farm: - 'X-XSS-Protection' - 'Last-Modified' - 'Expires' - - 'Content-Type' \ No newline at end of file + - 'Content-Type' + - 'Access-Control-Allow-Origin' \ No newline at end of file diff --git a/customer/sirona-aem/int.yaml b/customer/sirona-aem/int.yaml index 2c343b13..c97c754c 100644 --- a/customer/sirona-aem/int.yaml +++ b/customer/sirona-aem/int.yaml @@ -181,3 +181,4 @@ aem::dispatcher::publish_farm: - 'Last-Modified' - 'Expires' - 'Content-Type' + - 'Access-Control-Allow-Origin' -- 2.39.5