add keep_ip_during and policy_when_full default settings.

miss of keep_ip_during rises error with 'cron cleanbdd' when not set.
This commit is contained in:
mildis 2019-07-31 09:32:08 +02:00
parent 2ac16f9f11
commit 9bb2bda93e
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ our $default_config = {
x_frame_options => 'DENY',
x_content_type_options => 'nosniff',
x_xss_protection => '1; mode=block',
keep_ip_during => 365,
policy_when_full => 'warn',
};
1;