Changeset 3432472
- Timestamp:
- 01/05/2026 07:33:42 AM (3 months ago)
- Location:
- boundaryguard-headers/trunk
- Files:
-
- 2 edited
-
boundaryguard-headers.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boundaryguard-headers/trunk/boundaryguard-headers.php
r3432468 r3432472 3 3 * Plugin Name: BoundaryGuard Headers 4 4 * Description: Automatically enforces critical HTTP Security Headers (HSTS, CSP, XFO, COOP/COEP) to protect against Clickjacking, XSS, and downgrade attacks. Features a dashboard with a Content Security Policy (CSP) builder for easy whitelisting. Achieve an A+ security rating with zero configuration effort.Enforces modern HTTP security headers including CSP, HSTS, COOP and COEP. 5 * Version: 1.0. 15 * Version: 1.0.0 6 6 * Author: Jay Suthar 7 7 * Text Domain: boundaryguard-headers … … 14 14 if ( ! defined( 'ABSPATH' ) ) exit; 15 15 16 define( 'BOUNDARYGUARD_HEADERS_VERSION', '1.0. 1' );16 define( 'BOUNDARYGUARD_HEADERS_VERSION', '1.0.0' ); 17 17 define( 'BOUNDARYGUARD_HEADERS_PLUGIN_NAME', 'boundaryguard-headers' ); 18 18 define( 'BOUNDARYGUARD_HEADERS_PATH', plugin_dir_path( __FILE__ ) ); -
boundaryguard-headers/trunk/readme.txt
r3432468 r3432472 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 16 Stable tag: 1.0.0 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.