]> git.sesse.net Git - itkacl/blobdiff - itkacl-web-1.0/web/delete.pl
Protect the web interface against CSRF, and the CSRF token against BREACH.
[itkacl] / itkacl-web-1.0 / web / delete.pl
index 9165b0e51e987073d9051a9ccdf3a2c613b1192a..f1d1d9509b82183cf9b81130c529ae906c9f41ac 100755 (executable)
@@ -7,6 +7,7 @@ use lib '../include';
 use itkaclcommon;
 
 itkaclcommon::init();
+itkaclcommon::check_csrf_token();
 
 my $entry = $itkaclcommon::cgi->param('entry');
 my $entity = $itkaclcommon::cgi->param('entity');