Parent Directory | Revision Log | Revision Graph
* Mon Oct 22 2018 John Crisp <jcrisp@safeandsoundit.co.uk.co.uk> 2.4.0-2.sme - add CSRF patch [SME:10626] - thank you to Daniel Berteaud
1 | jcrisp | 1.1 | diff -ruN e-smith-formmagick-2.4.0.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick.pm e-smith-formmagick-2.4.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick.pm |
2 | --- e-smith-formmagick-2.4.0.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick.pm 2018-10-22 15:22:48.373509019 +0200 | ||
3 | +++ e-smith-formmagick-2.4.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick.pm 2018-10-22 15:23:34.669783573 +0200 | ||
4 | @@ -224,7 +224,8 @@ | ||
5 | source => $data, | ||
6 | charset => $charset, | ||
7 | sessiondir => $sessiondir, | ||
8 | - debug => $args{debug} | ||
9 | + debug => $args{debug}, | ||
10 | + csrf => 1 | ||
11 | ); | ||
12 | |||
13 | my $fallback = "en-us"; |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |