Patchstack Security
Overview
This section documents the recommended Patchstack hardening settings for MAC Starter.
Hardening
General
- Disable theme editor to protect from potential automated attacks =
true - Block readme.txt access =
true - Disable user enumeration to block users from identifying your usernames =
true - Hide WordPress version in the
<meta>tag of the HTML output =false - Block WordPress application password feature =
true - Restrict XML-RPC access to authenticated users only =
false - Restrict WP REST API access to authenticated users only =
false
.htaccess
- Disable .htaccess features (Check this if you want to stop us from writing to your
.htaccessfile. Note that the current changes to the.htaccessfile will remain.) =false - Add security headers (Add security headers to the response by your webserver.) =
true - Prevent default WordPress file access (Prevent access to such files as
license.txt,readme.htmlandwp-config-sample.php.) =true - Block access to
debug.logfile (Check this if you want to block access to thedebug.logfile that WordPress creates when debug logging is enabled.) =true - Disable index views (Check this if you want to disable directory and file listing.) =
true - Custom
.htaccessrules =empty .htaccessrules location =Appear in bottom
Login protection
- Allow two factor authentication (Allow your site users to configure 2FA on the
Edit my profilepage.) =true - Block access to
wp-login.php(Block access to the defaultwp-login.phppage. This will require you to visit the URL below which will whitelist your IP address for 10 minutes to login.) =false - New Login URL =
empty - Login whitelist =
emptyhttps://<my_domain>.com/
- Automatic Brute-Force IP Ban (Automatically ban IP addresses that fail to login multiple times in a short span of time.) =
true - Block IP for X minutes =
60 - After X failed login attempts =
5 - Over a period of X minutes =
10
Captcha
- Post comments form =
false - User login form =
false - Registration form =
false - Password reset form =
false - Version =
Cloudflare Turnstile