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