Changes between Initial Version and Version 2 of Ticket #20332


Ignore:
Timestamp:
Apr 29, 2013, 7:25:44 PM (11 years ago)
Author:
Alex Gaynor
Comment:

Edited to remove CSRF attack.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20332

    • Property Type UncategorizedBug
    • Property Version 1.5master
  • Ticket #20332 – Description

    initial v2  
    33http://jsfiddle.net/CqvnJ/
    44
    5 {{{#!html
    6 <img alt="..." src="http://127.0.0.1:80/admin/logout/" />
    7 <img alt="..." src="http://127.0.0.1:8000/admin/logout/" />
    8 <img alt="..." src="http://127.0.0.1:8001/admin/logout/" />
    9 <img alt="..." src="http://127.0.0.1:8002/admin/logout/" />
    10 <img alt="..." src="http://127.0.0.1:8888/admin/logout/" />
    11 }}}
    12 
    135Let's require POST to logout.
Back to Top