Changeset 3372640
- Timestamp:
- 10/03/2025 11:44:41 PM (6 months ago)
- Location:
- volixta-ssl-security-headers/trunk
- Files:
-
- 3 edited
-
NOTICE.txt (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
-
volixta-ssl-security-headers.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
volixta-ssl-security-headers/trunk/NOTICE.txt
r3372636 r3372640 1 1 Volixta SSL & Security Headers — Trademark & Licensing Notice 2 Version: 1.0. 42 Version: 1.0.5 3 3 Date: 2025-09-15 4 4 -
volixta-ssl-security-headers/trunk/readme.txt
r3372636 r3372640 4 4 Requires at least: 5.8 5 5 Tested up to: 6.8.3 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 19 19 20 20 👉 **Volixta SSL & Security Headers fixes all of these in a few clicks.** 21 Easily **activate SSL**, **force 301 redirects**, repair **mixed content**, and add recommended **WordPress security headers** like HSTS, CSP, and X-Frame-Options. 21 22 22 23 --- … … 42 43 43 44 ### 🔎 Typical problems solved 44 - *“I installed an SSL certificate but Chrome still shows my site as insecure.”* 45 → Enable SSL + 301 redirect with Volixta. 45 - *“How do I activate SSL in WordPress?”* 46 → One click in Volixta updates your site to HTTPS safely. 47 48 - *“How do I force HTTPS with 301 redirects?”* 49 → Volixta inserts a safe `.htaccess` 301 redirect or a PHP fallback. 46 50 47 51 - *“My Site Health report says ‘No security headers detected’.”* 48 → Apply recommended headers (HSTS, X-Frame-Options, CSP, etc.) in one click.52 → Apply missing **security headers** (HSTS, CSP, X-Frame-Options, Referrer-Policy, etc.) in one click. 49 53 50 - *“After moving to HTTPS, some images/scripts still load over HTTP.”* 51 → Run the Mixed Content Scan + Fixer to update them safely. 54 - *“How can I add WordPress security headers without editing code?”* 55 → Use Volixta’s panel to configure and apply headers safely. 56 57 - *“After enabling SSL, my site still shows mixed content errors.”* 58 → Run the Mixed Content Scan + Fixer to repair unsafe links automatically. 52 59 53 60 - *“I’m on Nginx, so .htaccess doesn’t work.”* 54 → Copy/paste the Nginx-ready snippets provided by Volixta.61 → Copy/paste the Nginx-ready snippets Volixta provides for HTTPS redirects and headers. 55 62 56 63 --- … … 68 75 69 76 == Frequently Asked Questions == 77 78 = How do I activate SSL in WordPress? = 79 Open Volixta → click **Activate SSL**. The plugin updates your WordPress and Site URL to use HTTPS, then you can force **301 redirects** to ensure all traffic goes over SSL. 80 81 = How do I add security headers in WordPress? = 82 Go to Volixta → Security Headers panel → select headers (HSTS, CSP, X-Frame-Options, Referrer-Policy, etc.) → click Apply. Volixta safely writes headers to `.htaccess` or provides Nginx snippets. 70 83 71 84 = Does it modify .htaccess? = … … 102 115 103 116 == Changelog == 117 = 1.0.5 = 118 * Updated readme.txt 119 120 = 1.0.4 = 121 * Tested up to: 6.8.3 122 104 123 = 1.0.3 = 105 124 * Tested up to: 6.8.3 -
volixta-ssl-security-headers/trunk/volixta-ssl-security-headers.php
r3372636 r3372640 4 4 * Plugin Name: Volixta SSL & Security Headers 5 5 * Description: Activate SSL/HTTPS, apply modern Security Headers (incl. HSTS), fix mixed content, file-permissions audit, — simple & safe. 6 * Version: 1.0. 46 * Version: 1.0.5 7 7 * Author: HELLO SITE LLC 8 8 * Author URI: https://www.agence-hello-site.com/
Note: See TracChangeset
for help on using the changeset viewer.