From e04ee074594cbaef318ee80d92d7ec8c75411c08 Mon Sep 17 00:00:00 2001 From: Joey Kudish Date: Fri, 26 Jan 2024 15:27:52 -0800 Subject: [PATCH] Update Solid Security (previously iThemes Security) Update iThemes Security which was renamed Solid Security --- source/content/plugins-known-issues.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/content/plugins-known-issues.md b/source/content/plugins-known-issues.md index 2cb8fd645a..8935a921d5 100644 --- a/source/content/plugins-known-issues.md +++ b/source/content/plugins-known-issues.md @@ -2,7 +2,7 @@ title: WordPress Plugins and Themes with Known Issues description: A list of WordPress plugins, themes, and functions that are not supported and/or require workarounds. tags: [plugins, themes, code] -contributors: [aleksandrkorolyov, jocastaneda, carl-alberto] +contributors: [aleksandrkorolyov, jocastaneda, carl-alberto, jkudish] contenttype: [doc] showtoc: true innav: [true] @@ -563,15 +563,15 @@ ___ ___ -## iThemes Security +## Solid Security (Previously: iThemes Security) - + -**Issue 1:** The "File Change Detection" check in the [iThemes Security](https://wordpress.org/plugins/better-wp-security/) plugin, warns site admins when files are modified. On Pantheon, automated backups will trigger this warning. +**Issue 1:** The "File Change Detection" check in the [Solid Security (Previously: iThemes Security)](https://wordpress.org/plugins/better-wp-security/) plugin, warns site admins when files are modified. On Pantheon, automated backups will trigger this warning. **Solution:** Disable the "File Change Detection" component of the plugin. Code files in the Test and Live environments are not writable, so this is not a security risk on Pantheon. -**Issue 2:** iThemes Security attempts to modify `nginx.conf`, `.htaccess` and `wp-config.php`. Components that need write access to these files will not work since `nginx.conf` [cannot be modified](/guides/platform-considerations/platform-site-info#nginxconf) and code files on the Test and Live environments are not writable. +**Issue 2:** Solid Security attempts to modify `nginx.conf`, `.htaccess` and `wp-config.php`. Components that need write access to these files will not work since `nginx.conf` [cannot be modified](/guides/platform-considerations/platform-site-info#nginxconf) and code files on the Test and Live environments are not writable. **Solution:** Modifications to `wp-config.php` should be done in Dev or Multidev environments, then deployed forward to Test and Live.