disable alfresco CSRF cookie
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2017 08:26 AM
hi All,
I could not able to Enable alfresco CSRF cookie with secure and httponly. Can I at least disable it in total. I don't need that at all.
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2017 04:55 AM
Hi:
Try with:
<config evaluator="string-compare" condition="CSRFPolicy" replace="true">
<filter/>
</config>
in share-config-custom.xml
Regards.
--C.
