Changes between Initial Version and Version 1 of Ticket #29879


Ignore:
Timestamp:
Oct 22, 2018, 12:41:49 PM (6 years ago)
Author:
Brenton Partridge
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29879 – Description

    initial v1  
    1111I'd propose modifying the preface and relevant headings on that page from:
    1212
     13
     14{{{
    1315First, you must get the CSRF token. How to do that depends on whether or not the CSRF_USE_SESSIONS setting is enabled.
    1416
    1517Acquiring the token if CSRF_USE_SESSIONS is False/True
     18}}}
     19
    1620
    1721to:
    1822
     23
     24{{{
    1925First, you must get the CSRF token. How to do that depends on whether or not the CSRF_USE_SESSIONS or CSRF_COOKIE_HTTPONLY setting is enabled.
    2026
     
    2228
    2329Acquiring the token if CSRF_COOKIE_HTTPONLY or CSRF_USE_SESSIONS is True
     30}}}
Back to Top