Changeset 3324199
- Timestamp:
- 07/08/2025 09:35:16 AM (5 months ago)
- Location:
- really-simple-ssl
- Files:
-
- 2 edited
-
tags/9.4.1/readme.txt (modified) (7 diffs)
-
trunk/readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
really-simple-ssl/tags/9.4.1/readme.txt
r3316155 r3324199 2 2 Contributors: RogierLankhorst, markwolters, hesseldejong, vicocotea, marcelsanting, janwoostendorp, wimbraam 3 3 Donate link: https://www.paypal.me/reallysimplessl 4 Tags: security, ssl, 2fa, vulnerabilities, two factor4 Tags: security, login, 2fa, vulnerabilities, two factor 5 5 Requires at least: 5.9 6 6 License: GPL2 … … 14 14 15 15 === Really simple, Effective and Performant WordPress Security === 16 Really Simple Security is the most lightweight and easy-to-use security plugin for WordPress. It secures your WordPress website with SSL certificate generation, properly enforcing en redirecting to https, scanning for possible vulnerabilities, Login Protection and implementing essential WordPress hardening features.16 Really Simple Security is the most lightweight and easy-to-use security plugin for WordPress. It secures your WordPress website with SSL certificate generation, including proper 301 https redirection and SSL enforcement, scanning for possible vulnerabilities, Login Protection and implementing essential WordPress hardening features. 17 17 18 18 We believe that security should have the absolute minimum effect on website performance, user experience and maintainability. Therefore, Really Simple Security is: … … 51 51 52 52 = Advanced SSL enforcement = 53 * Mixed Content Scan & Fixer. Detect files that are requested over HTTP and fix it, both Front- and Back-end.53 * Mixed Content Scan & Fixer. Detect files that are requested over HTTP and fix them to HTTPS, both Front- and Back-end. 54 54 * Enable HTTP Strict Transport Security and configure your site for the HSTS Preload list. 55 55 … … 88 88 89 89 * Two-Step verification (Email login) 90 * 2FA (two factor authentication) with TOTP 91 * Passwordless login with passkey login 90 92 * Enforce strong passwords and frequent password change 91 93 * Limit Login Attempts … … 126 128 127 129 = What happened with Really Simple SSL? = 128 All features that made Really Simple SSL the most powerful and easy-to-use SSL plugin are still part of Really Simple Security. The plugin is developed with a modular approach: if you don't want to use the full set of security features, the unused code will not be loaded and won't have any effect on your site's performance.130 All features that made Really Simple SSL the most powerful and easy-to-use SSL generation and redirect plugin are still part of Really Simple Security. The plugin is developed with a modular approach: if you don't want to use the full set of security features, the unused code will not be loaded and won't have any effect on your site's performance. 129 131 130 132 = Why Really Simple Security? = … … 134 136 You couldn't make us happier! Really Simple Security is GPL licensed and co-created by the WordPress community. All feedback is highly appreciated and has always helped us to better understand users' needs. For code contributions or suggestions, we're on [GitHub](https://github.com/really-simple-plugins/really-simple-ssl). For suggestions, please [open a support ticket](https://wordpress.org/support/plugin/really-simple-ssl/) You can also express your appreciation by [leaving a review](https://wordpress.org/support/plugin/really-simple-ssl/reviews/). 135 137 136 = Mixed Content issues=138 = What are Mixed Content issues? = 137 139 Most mixed content issues are caused by URLs in CSS or JS files. For detailed instructions on how to find mixed content read this [article](https://really-simple-ssl.com/knowledge-base/how-to-track-down-mixed-content-or-insecure-content/). 138 140 … … 140 142 We added the possibility to generate a Free SSL Certificate with Let's Encrypt in our Really Simple Security Wizard. We have an updated list available for all possible integrations [here](https://really-simple-ssl.com/install-ssl-certificate/). Please leave feedback about another integration, incorrect information, or you need help. 141 143 142 = Redirect loop issues=143 If you are experiencing redirect loops on your site, try these [instructions](https://really-simple-ssl.com/knowledge-base/my-website-is-in-a-redirect-loop/). 144 = How do I fix a redirect loop? = 145 If you are experiencing redirect loops on your site, try these [instructions](https://really-simple-ssl.com/knowledge-base/my-website-is-in-a-redirect-loop/). This can sometimes happen during the migration to HTTPS or due to conflicting redirect rules. 144 146 145 147 = Is the plugin multisite compatible? = 146 148 Yes. There is a dedicated network settings page where you can control settings for your entire network, at once. 147 149 148 = Uninstalling Really Simple Security = 149 The plugin checks your certificate before enabling, but if, for example, you migrated the site to a non-SSL environment, you might get locked out of the back-end. 150 151 If you can't deactivate, do not just remove the plugin folder to uninstall! Follow these [instructions](https://really-simple-ssl.com/knowledge-base/uninstall-websitebackend-not-accessible/) instead. 150 = How do I enforce strong passwords? = 151 Under Login Protection, you can configure minimum strength settings and require users to change their passwords after a defined interval. Disabling weak password usage is a best practice. 152 153 = How can I change my login URL? = 154 You can set a custom login URL under Advanced Site Hardening, which helps prevent brute force login attacks and bots targeting wp-login.php. 155 156 = Does this plugin redirect HTTP to HTTPS? = 157 Yes. The plugin enforces HTTPS and handles all necessary redirects, optionally using .htaccess or PHP. 158 159 = Can I use Really Simple Security besides WordFence? = 160 Really Simple Security and WordFence greatly overlap in term of functionality. If you like to use specific features from both plugins, we strongly recommend not to enable similar features twice. The benefit of Really Simple Security is that disabled features don't load any code, so won't have an impact on site performance. 152 161 153 162 == Changelog == -
really-simple-ssl/trunk/readme.txt
r3316750 r3324199 2 2 Contributors: RogierLankhorst, markwolters, hesseldejong, vicocotea, marcelsanting, janwoostendorp, wimbraam 3 3 Donate link: https://www.paypal.me/reallysimplessl 4 Tags: security, ssl, 2fa, vulnerabilities, two factor4 Tags: security, login, 2fa, vulnerabilities, two factor 5 5 Requires at least: 5.9 6 6 License: GPL2 … … 14 14 15 15 === Really simple, Effective and Performant WordPress Security === 16 Really Simple Security is the most lightweight and easy-to-use security plugin for WordPress. It secures your WordPress website with SSL certificate generation, properly enforcing en redirecting to https, scanning for possible vulnerabilities, Login Protection and implementing essential WordPress hardening features.16 Really Simple Security is the most lightweight and easy-to-use security plugin for WordPress. It secures your WordPress website with SSL certificate generation, including proper 301 https redirection and SSL enforcement, scanning for possible vulnerabilities, Login Protection and implementing essential WordPress hardening features. 17 17 18 18 We believe that security should have the absolute minimum effect on website performance, user experience and maintainability. Therefore, Really Simple Security is: … … 51 51 52 52 = Advanced SSL enforcement = 53 * Mixed Content Scan & Fixer. Detect files that are requested over HTTP and fix it, both Front- and Back-end.53 * Mixed Content Scan & Fixer. Detect files that are requested over HTTP and fix them to HTTPS, both Front- and Back-end. 54 54 * Enable HTTP Strict Transport Security and configure your site for the HSTS Preload list. 55 55 … … 88 88 89 89 * Two-Step verification (Email login) 90 * 2FA (two factor authentication) with TOTP 91 * Passwordless login with passkey login 90 92 * Enforce strong passwords and frequent password change 91 93 * Limit Login Attempts … … 126 128 127 129 = What happened with Really Simple SSL? = 128 All features that made Really Simple SSL the most powerful and easy-to-use SSL plugin are still part of Really Simple Security. The plugin is developed with a modular approach: if you don't want to use the full set of security features, the unused code will not be loaded and won't have any effect on your site's performance.130 All features that made Really Simple SSL the most powerful and easy-to-use SSL generation and redirect plugin are still part of Really Simple Security. The plugin is developed with a modular approach: if you don't want to use the full set of security features, the unused code will not be loaded and won't have any effect on your site's performance. 129 131 130 132 = Why Really Simple Security? = … … 134 136 You couldn't make us happier! Really Simple Security is GPL licensed and co-created by the WordPress community. All feedback is highly appreciated and has always helped us to better understand users' needs. For code contributions or suggestions, we're on [GitHub](https://github.com/really-simple-plugins/really-simple-ssl). For suggestions, please [open a support ticket](https://wordpress.org/support/plugin/really-simple-ssl/) You can also express your appreciation by [leaving a review](https://wordpress.org/support/plugin/really-simple-ssl/reviews/). 135 137 136 = Mixed Content issues=138 = What are Mixed Content issues? = 137 139 Most mixed content issues are caused by URLs in CSS or JS files. For detailed instructions on how to find mixed content read this [article](https://really-simple-ssl.com/knowledge-base/how-to-track-down-mixed-content-or-insecure-content/). 138 140 … … 140 142 We added the possibility to generate a Free SSL Certificate with Let's Encrypt in our Really Simple Security Wizard. We have an updated list available for all possible integrations [here](https://really-simple-ssl.com/install-ssl-certificate/). Please leave feedback about another integration, incorrect information, or you need help. 141 143 142 = Redirect loop issues=143 If you are experiencing redirect loops on your site, try these [instructions](https://really-simple-ssl.com/knowledge-base/my-website-is-in-a-redirect-loop/). 144 = How do I fix a redirect loop? = 145 If you are experiencing redirect loops on your site, try these [instructions](https://really-simple-ssl.com/knowledge-base/my-website-is-in-a-redirect-loop/). This can sometimes happen during the migration to HTTPS or due to conflicting redirect rules. 144 146 145 147 = Is the plugin multisite compatible? = 146 148 Yes. There is a dedicated network settings page where you can control settings for your entire network, at once. 147 149 148 = Uninstalling Really Simple Security = 149 The plugin checks your certificate before enabling, but if, for example, you migrated the site to a non-SSL environment, you might get locked out of the back-end. 150 151 If you can't deactivate, do not just remove the plugin folder to uninstall! Follow these [instructions](https://really-simple-ssl.com/knowledge-base/uninstall-websitebackend-not-accessible/) instead. 150 = How do I enforce strong passwords? = 151 Under Login Protection, you can configure minimum strength settings and require users to change their passwords after a defined interval. Disabling weak password usage is a best practice. 152 153 = How can I change my login URL? = 154 You can set a custom login URL under Advanced Site Hardening, which helps prevent brute force login attacks and bots targeting wp-login.php. 155 156 = Does this plugin redirect HTTP to HTTPS? = 157 Yes. The plugin enforces HTTPS and handles all necessary redirects, optionally using .htaccess or PHP. 158 159 = Can I use Really Simple Security besides WordFence? = 160 Really Simple Security and WordFence greatly overlap in term of functionality. If you like to use specific features from both plugins, we strongly recommend not to enable similar features twice. The benefit of Really Simple Security is that disabled features don't load any code, so won't have an impact on site performance. 152 161 153 162 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.