diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 8ec5aae..f540669 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -152,31 +152,46 @@ --> - - - cross-origin - - org.apache.catalina.filters.CorsFilter - + + + + cross-origin + org.apache.catalina.filters.CorsFilter + + cors.allowed.origins + * + + + cors.allowed.methods + GET,HEAD,OPTIONS + + + cors.allowed.headers + * + + +