From 0d8170ce43242017f752624f6d46b264992ec7d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 30 Mar 2021 13:04:44 +0200 Subject: [PATCH] Fix cors policy for integrations.json (#17184) --- source/_headers | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_headers b/source/_headers index d33567d39d7..5c1916e5f10 100644 --- a/source/_headers +++ b/source/_headers @@ -18,3 +18,5 @@ Cache-Control: public, max-age: 1800, s-maxage=604800, must-revalidate /static/* Cache-Control: public, max-age: 1800, s-maxage=604800, must-revalidate +/integrations.json + Access-Control-Allow-Origin: * \ No newline at end of file