From 2c4a0efe9c01e48c525f53830059273b2d90b154 Mon Sep 17 00:00:00 2001 From: amandilaras Date: Wed, 13 Mar 2024 19:30:10 +0200 Subject: [PATCH] try removing allow-credentials --- .../notification-web/src/main/resources/config/cors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification-service/notification-web/src/main/resources/config/cors.yml b/notification-service/notification-web/src/main/resources/config/cors.yml index 3774f14d4..dfb579eb1 100644 --- a/notification-service/notification-web/src/main/resources/config/cors.yml +++ b/notification-service/notification-web/src/main/resources/config/cors.yml @@ -4,4 +4,4 @@ web: allowed-methods: [ HEAD, GET, POST, PUT, DELETE, PATCH ] allowed-headers: [ Authorization, Cache-Control, Content-Type, Content-Disposition, x-tenant ] exposed-headers: [ Authorization, Cache-Control, Content-Type, Content-Disposition ] - allow-credentials: false + #allow-credentials: false