We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c6f44 commit 04005d2Copy full SHA for 04005d2
modules/rest-api/src/com/haulmont/addon/restapi/rest-dispatcher-spring.xml
@@ -213,7 +213,7 @@
213
</bean>
214
215
<bean id="cuba_RestCorsConfig" class="org.springframework.web.cors.CorsConfiguration">
216
- <property name="allowedOrigins" value="${cuba.rest.allowedOrigins}"/>
+ <property name="allowedOriginPatterns" value="${cuba.rest.allowedOrigins}"/>
217
<property name="allowedHeaders" value="*"/>
218
<property name="allowedMethods" value="*"/>
219
<property name="allowCredentials" value="true"/>
0 commit comments