Skip to content

Instantly share code, notes, and snippets.

@RuslanAsadov
Forked from artikus11/wp_security_setting
Last active May 20, 2020 20:56
Show Gist options
  • Save RuslanAsadov/f192ef3301616ef6383ae4833e35972c to your computer and use it in GitHub Desktop.
Save RuslanAsadov/f192ef3301616ef6383ae4833e35972c to your computer and use it in GitHub Desktop.
Настройки для плагина All In One WP Security
{
"aiowps_enable_debug": "",
"aiowps_remove_wp_generator_meta_info": "1",
"aiowps_prevent_hotlinking": "1",
"aiowps_enable_login_lockdown": "1",
"aiowps_allow_unlock_requests": "",
"aiowps_max_login_attempts": 3,
"aiowps_retry_time_period": 5,
"aiowps_lockout_time_length": 60,
"aiowps_set_generic_login_msg": "",
"aiowps_enable_email_notify": "",
"aiowps_email_address": "9698114@mail.ru",
"aiowps_enable_forced_logout": "",
"aiowps_logout_time_period": "60",
"aiowps_enable_invalid_username_lockdown": "",
"aiowps_instantly_lockout_specific_usernames": [],
"aiowps_unlock_request_secret_key": "9boae3otjbi5x7b7q6kf",
"aiowps_enable_whitelisting": "",
"aiowps_allowed_ip_addresses": "",
"aiowps_enable_login_captcha": "",
"aiowps_enable_custom_login_captcha": "",
"aiowps_captcha_secret_key": "y9t13745ja38h0dirf5q",
"aiowps_enable_manual_registration_approval": "",
"aiowps_enable_registration_page_captcha": "",
"aiowps_enable_random_prefix": "",
"aiowps_enable_automated_backups": "1",
"aiowps_db_backup_frequency": 2,
"aiowps_db_backup_interval": "2",
"aiowps_backup_files_stored": 1,
"aiowps_send_backup_email_address": "",
"aiowps_backup_email_address": "9698114@mail.ru",
"aiowps_disable_file_editing": "",
"aiowps_prevent_default_wp_file_access": "",
"aiowps_system_log_file": "error_log",
"aiowps_enable_blacklisting": "",
"aiowps_banned_ip_addresses": "",
"aiowps_enable_basic_firewall": "1",
"aiowps_enable_pingback_firewall": "1",
"aiowps_disable_xmlrpc_pingback_methods": "1",
"aiowps_block_debug_log_file_access": "1",
"aiowps_disable_index_views": "1",
"aiowps_disable_trace_and_track": "1",
"aiowps_forbid_proxy_comments": "1",
"aiowps_deny_bad_query_strings": "1",
"aiowps_advanced_char_string_filter": "1",
"aiowps_enable_5g_firewall": "",
"aiowps_enable_6g_firewall": "",
"aiowps_enable_custom_rules": "",
"aiowps_custom_rules": "",
"aiowps_enable_404_logging": "",
"aiowps_enable_404_IP_lockout": "",
"aiowps_404_lockout_time_length": "60",
"aiowps_404_lock_redirect_url": "http://127.0.0.1",
"aiowps_enable_rename_login_page": "",
"aiowps_enable_login_honeypot": "1",
"aiowps_enable_brute_force_attack_prevention": "",
"aiowps_brute_force_secret_word": "",
"aiowps_cookie_brute_test": "",
"aiowps_cookie_based_brute_force_redirect_url": "http://127.0.0.1",
"aiowps_brute_force_attack_prevention_pw_protected_exception": "",
"aiowps_brute_force_attack_prevention_ajax_exception": "",
"aiowps_site_lockout": "",
"aiowps_site_lockout_msg": "",
"aiowps_enable_spambot_blocking": "",
"aiowps_enable_comment_captcha": "",
"aiowps_enable_autoblock_spam_ip": "",
"aiowps_spam_ip_min_comments_block": "",
"aiowps_enable_automated_fcd_scan": "",
"aiowps_fcd_scan_frequency": "4",
"aiowps_fcd_scan_interval": "2",
"aiowps_fcd_exclude_filetypes": "",
"aiowps_fcd_exclude_files": "",
"aiowps_send_fcd_scan_email": "",
"aiowps_fcd_scan_email_address": "9698114@mail.ru",
"aiowps_fcds_change_detected": false,
"aiowps_copy_protection": "",
"aiowps_prevent_site_display_inside_frame": "1",
"aiowps_prevent_users_enumeration": "1",
"aiowps_last_backup_time": "2017-03-30 20:02:43",
"aiowps_lockdown_enable_whitelisting": "",
"aiowps_lockdown_allowed_ip_addresses": "",
"aiowps_enable_registration_honeypot": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment