X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c13450d1cfe4faf9a229603bcbefb63b581bb4b6..bad5762eecf43cd8cc5f6a55b9262378a3851881:/cookbooks/wordpress/resources/site.rb diff --git a/cookbooks/wordpress/resources/site.rb b/cookbooks/wordpress/resources/site.rb index c8a3e3883..1e3417188 100644 --- a/cookbooks/wordpress/resources/site.rb +++ b/cookbooks/wordpress/resources/site.rb @@ -102,6 +102,7 @@ action :create do line += "define( 'AUTOMATIC_UPDATER_DISABLED', true);\r\n" line += "define( 'FORCE_SSL_LOGIN', true);\r\n" line += "define( 'FORCE_SSL_ADMIN', true);\r\n" + line += "define( 'WP_FAIL2BAN_SITE_HEALTH_SKIP_FILTERS', true);\r\n" end line