cancel
Showing results for 
Search instead for 
Did you mean: 

disable alfresco CSRF cookie

bhargav_vempall
Champ in-the-making
Champ in-the-making

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 1

cesarista
World-Class Innovator
World-Class Innovator

Hi:

Try with:

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

in share-config-custom.xml

Regards.

--C.