Created
February 13, 2017 21:32
-
-
Save vpasquier/44eb68343710a1586a11d19fad35ef42 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>.* | |
</corsConfig> | |
</extension> | |
</component> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment