Skip to content
Snippets Groups Projects
Commit fa5879c7 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Set cross origin policy temporarily to *.

parent db27c00a
No related merge requests found
...@@ -53,5 +53,5 @@ ...@@ -53,5 +53,5 @@
<property name="password" value="${connector.password}"></property> <property name="password" value="${connector.password}"></property>
</bean> </bean>
<http:access-control allow-origin="https://homepages.thm.de,https://homepages-fb.thm.de" allow-methods="GET" /> <http:access-control allow-origin="*" allow-methods="GET" />
</beans> </beans>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment