disable alfresco CSRF cookie

cancel
Showing results for 
Search instead for 
Did you mean: 
bhargav_vempall
Member II

disable alfresco CSRF cookie

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.

1 Reply
cesarista
Customer

Re: disable alfresco CSRF cookie

Hi:

Try with:

<config evaluator="string-compare" condition="CSRFPolicy" replace="true">
<filter/>
</config>

in share-config-custom.xml

Regards.

--C.