Created
March 9, 2017 19:44
-
-
Save vpasquier/38e7bf30b295e0389c60606b4a67279b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<component name="org.nuxeo.cors"> | |
<extension target="org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService" point="corsConfig"> | |
<corsConfig name="foobar" allowOrigin="*" supportedMethods="GET, POST, PUT, DELETE, HEAD, OPTIONS"> | |
<pattern>.*</pattern> | |
</corsConfig> | |
</extension> | |
</component> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment