Skip to content

Commit a4e6bc4

Browse files
committed
chore: comment cors config
1 parent 56c0328 commit a4e6bc4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gateway/src/main/resources/application.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ spring:
5858
#content-security-policy: script-src 'self' 'unsafe-eval'; object-src 'self';
5959
# Uncomment the following to allow cross-origin requests from any methods coming from anywhere.
6060
# See https://docs.spring.io/spring-cloud-gateway/reference/spring-cloud-gateway/cors-configuration.html for more info.
61-
globalcors:
62-
cors-configurations:
63-
'[/**]':
64-
allowedOrigins: "*"
65-
allowedHeaders: "*"
61+
#globalcors:
62+
# cors-configurations:
63+
# '[/**]':
64+
# allowedOrigins: "*"
65+
# allowedHeaders: "*"
6666
#routes: ought to be loaded from gateway.yaml, preferrably from georchestra's datadir
6767

6868
georchestra:

0 commit comments

Comments
 (0)