Only enable full CORS config if a domain is specified
@@ -36,30 +36,31 @@ public class CorsFilter extends org.springframework.web.filter.CorsFilter {
@@ -36,30 +36,31 @@ public class CorsFilter extends org.springframework.web.filter.CorsFilter {
The public CORS config was always overriden by the more generic config. Credentials are no longer allowed to be sent with default CORS config.