From f1290a1e568cffa5017fe4894129b9d4fabdd61f Mon Sep 17 00:00:00 2001 From: amandilaras Date: Wed, 13 Mar 2024 19:47:07 +0200 Subject: [PATCH] Revert "try removing allow-credentials" This reverts commit 2c4a0efe9c01e48c525f53830059273b2d90b154. --- .../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 dfb579eb1..3774f14d4 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