dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-dev] A new security option for Dolibarr - MAIN_SECURITY_CSRF_W


From: Laurent Destailleur
Subject: [Dolibarr-dev] A new security option for Dolibarr - MAIN_SECURITY_CSRF_WITH_TOKEN
Date: Sun, 3 Mar 2019 13:45:02 +0100

A new option to enhance the security in Dolibarr exists... But it need some test to check this new option is correctly implemented.

Please add this new constant in your development environment:
MAIN_SECURITY_CSRF_WITH_TOKEN  to value 1

This will add a token into all forms and when the form is submitted, dolibarr will check tat the form was submitted by a previous page of Dolibarr generated by itself and not by another website. This is a very efficient solution to fight against CSRF attacks. But it may recreate some regression if it was not implemented everywhere (the field "token" must be set into every form).
So please enable the option and if you find some forms that does not work anymore, please report them on this mailing list. 
Above all if you develop external module : This feature may become enabled by default in a future version and your own module must be ready and must add this field "token", like any other form into the core are doing.


--
Laurent, aka eldy
------------------------------------------------------------------------------------
Google+: https://plus.google.com/+LaurentDestailleur-Open-Source-Expert/
Facebook: https://www.facebook.com/Destailleur.Laurent
Twitter: https://www.twitter.com/eldy10

reply via email to

[Prev in Thread] Current Thread [Next in Thread]