Apply firewall security on BaseForm::validateForm
modified: core/lib/Thelia/Controller/BaseController.php modified: core/lib/Thelia/Form/AddressCreateForm.php new file: core/lib/Thelia/Form/FirewallForm.php modified: core/lib/Thelia/Model/FormFirewall.php modified: setup/insert.sql
This commit is contained in:
committed by
Benjamin Perche
parent
b42ff568e0
commit
978f15357c
@@ -51,7 +51,10 @@ INSERT INTO `config` (`name`, `value`, `secured`, `hidden`, `created_at`, `updat
|
||||
('front_cart_country_cookie_name','fcccn', 1, 1, NOW(), NOW()),
|
||||
('front_cart_country_cookie_expires','2592000', 1, 1, NOW(), NOW()),
|
||||
('sitemap_ttl','7200', 1, 1, NOW(), NOW()),
|
||||
('feed_ttl','7200', 1, 1, NOW(), NOW());
|
||||
('feed_ttl','7200', 1, 1, NOW(), NOW()),
|
||||
|
||||
('form_firewall_time_to_wait', '1', 1, 1, NOW(), NOW()),
|
||||
('form_firewall_attempts', '3', 1, 1, NOW(), NOW());
|
||||
|
||||
|
||||
INSERT INTO `config_i18n` (`id`, `locale`, `title`, `description`, `chapo`, `postscriptum`) VALUES
|
||||
|
||||
Reference in New Issue
Block a user