You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/devapi/extra.rst
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,19 +28,3 @@ You can define a unique email recipient for all emails that will be sent from GL
28
28
29
29
<?php
30
30
define('GLPI_FORCE_MAIL', 'you@host.org');
31
-
32
-
Disabling CSRF checks
33
-
^^^^^^^^^^^^^^^^^^^^^
34
-
35
-
.. warning::
36
-
37
-
**Use it with cautions!**
38
-
39
-
While disabling CSRF checks may be really interesting during debugging, keep in mind that enabling it again (which is the default) may cause issues you cannot see before.
40
-
41
-
CSRF checks will prevent for example a same form to be sent twice. While this is the expected behavior for the application, this may be a pain during development or debugging. You can therefore use the ``GLPI_USE_CSRF_CHECK`` constant in the ``local_define.php`` file:
0 commit comments