From a463532b127e0b587a66d7337ecd8b0a7f582849 Mon Sep 17 00:00:00 2001 From: li longlong <473302042@qq.com> Date: Tue, 6 Feb 2024 14:53:32 +0800 Subject: [PATCH] =?UTF-8?q?nacos/gateway.yml=E4=B8=AD=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E8=B7=A8=E5=9F=9F=E7=9A=84=E5=86=97=E4=BD=99=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gateway/src/main/resources/bootstrap.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/gateway/src/main/resources/bootstrap.yml b/gateway/src/main/resources/bootstrap.yml index 074676e..c2cd304 100644 --- a/gateway/src/main/resources/bootstrap.yml +++ b/gateway/src/main/resources/bootstrap.yml @@ -14,15 +14,6 @@ spring: enabled: true lower-case-service-id: true enabled: true - globalcors: - cors-configurations: - '[/**]': - allowedOriginPatterns: "*" - allowedHeaders: "*" - allowedMethods: "*" - allowCredentials: true - default-filters: - - DedupeResponseHeader=Access-Control-Allow-Origin Access-Control-Allow-Credentials, RETAIN_UNIQUE management: server: -- Gitee