-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Duplicate
-
Affects Version/s: 9.10-HF15
-
Fix Version/s: None
-
Component/s: Security, Web Common
-
Tags:
2018-08-23 14:22:16,237 WARN [NuxeoCorsCsrfFilter] CSRF check failure: source: privacy-sensitive:/// does not match target: http://localhost:8080/ and not allowed by CORS config
Seems related to https://jira.nuxeo.com/browse/NXP-25602
Deploying the following cors contrib fixes the issue
<extension target="org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService" point="corsConfig"> <corsConfig name="all" supportedMethods ="GET,POST,HEAD,OPTIONS,DELETE,PUT" exposedHeaders="Content-Disposition"> <pattern>/nuxeo/.*</pattern> </corsConfig> </extension>
- is duplicated by
-
BDE-156 Can't hotreload in chrome with 9.10-HF15
- Resolved