Changeset 3489173
- Timestamp:
- 03/23/2026 03:43:33 PM (8 days ago)
- Location:
- nodoss/trunk
- Files:
-
- 15 edited
-
classes/base.php (modified) (1 diff)
-
classes/load.php (modified) (1 diff)
-
classes/plugin.php (modified) (1 diff)
-
classes/setup.php (modified) (1 diff)
-
inc/class-wp-sameorigin.php (modified) (1 diff)
-
inc/http/cross-origin-policy.php (modified) (1 diff)
-
inc/http/cross-origin-resource-sharing.php (modified) (1 diff)
-
inc/http/csp-upgrade-insecure-requests.php (modified) (1 diff)
-
inc/http/referrer-policy.php (modified) (1 diff)
-
inc/http/strict-transport-security.php (modified) (1 diff)
-
inc/http/x-content-type-options.php (modified) (1 diff)
-
inc/http/x-permitted-cross-domain-policies.php (modified) (1 diff)
-
inc/init/http-headers.php (modified) (1 diff)
-
nodoss.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nodoss/trunk/classes/base.php
r3488271 r3489173 4 4 * @author Edwin Bekedam 5 5 * @license gplv2 6 * @version 1.0. 66 * @version 1.0.7 7 7 * 8 8 * @wordpress-plugin -
nodoss/trunk/classes/load.php
r3488271 r3489173 4 4 * @author Edwin Bekedam 5 5 * @license gplv2 6 * @version 1.0. 66 * @version 1.0.7 7 7 * 8 8 * @wordpress-plugin -
nodoss/trunk/classes/plugin.php
r3488271 r3489173 4 4 * @author Edwin Bekedam 5 5 * @license gplv2 6 * @version 1.0. 66 * @version 1.0.7 7 7 * 8 8 * @wordpress-plugin -
nodoss/trunk/classes/setup.php
r3488271 r3489173 4 4 * @author Edwin Bekedam 5 5 * @license gplv2 6 * @version 1.0. 66 * @version 1.0.7 7 7 * 8 8 * @wordpress-plugin -
nodoss/trunk/inc/class-wp-sameorigin.php
r3488271 r3489173 28 28 // nodoss_blank_target_vulnerability 29 29 add_action('wp_enqueue_scripts', [$this, 'blank_target_vulnerability'], 10); 30 31 // Enqueue same as origin32 // add_action('wp_head', [$this, 'injectContextMenuProtectionCss'], 99);33 30 } 34 31 -
nodoss/trunk/inc/http/cross-origin-policy.php
r3488271 r3489173 1 <?php // Cross Origin policy header 1 <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 2 // Cross Origin policy header 2 3 function nodoss_cross_origin_policy_headers() { 3 4 /** Cross-Origin-Opener-Policy */ -
nodoss/trunk/inc/http/cross-origin-resource-sharing.php
r3488271 r3489173 1 <?php 1 <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 2 2 /** 3 3 * Add HTTPS cors Headers -
nodoss/trunk/inc/http/csp-upgrade-insecure-requests.php
r3488271 r3489173 1 <?php // Content-Security-Policy: upgrade-insecure-requests 1 <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 2 // Content-Security-Policy: upgrade-insecure-requests 2 3 function nodoss_upgrade_insecure_requests_csp_headers() { 3 4 header( 'Content-Security-Policy: upgrade-insecure-requests'); -
nodoss/trunk/inc/http/referrer-policy.php
r3488271 r3489173 1 <?php 1 <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 2 2 // Referrer-Policy: no-referrer 3 3 // Referrer-Policy: no-referrer-when-downgrade -
nodoss/trunk/inc/http/strict-transport-security.php
r3488271 r3489173 1 <?php 1 <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 2 2 /** 3 3 * Set the HSTS header -
nodoss/trunk/inc/http/x-content-type-options.php
r3488271 r3489173 1 <?php /** Prevent MIME-Type Sniffing */ 1 <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 2 /** Prevent MIME-Type Sniffing */ 2 3 function nodoss_x_content_type_nosniff_headers() { 3 4 header( 'X-Content-Type-Options: nosniff '); -
nodoss/trunk/inc/http/x-permitted-cross-domain-policies.php
r3488271 r3489173 1 <?php // X-Permitted-Cross-Domain-Policies 1 <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 2 // X-Permitted-Cross-Domain-Policies 2 3 function nodoss_cdp_master_only_headers() { 3 4 /** Master Only */ -
nodoss/trunk/inc/init/http-headers.php
r3488271 r3489173 4 4 * @author Edwin Bekedam 5 5 * @license gplv2 6 * @version 1.0. 66 * @version 1.0.7 7 7 * 8 8 * @wordpress-plugin -
nodoss/trunk/nodoss.php
r3488271 r3489173 4 4 * @author Edwin Bekedam 5 5 * @license gplv2 6 * @version 1.0. 66 * @version 1.0.7 7 7 * 8 8 * @wordpress-plugin … … 10 10 * Plugin URI: https://wordpress.org/plugins/nodoss 11 11 * Description: Lightweight Security plugin againts attacks, incl mordern securty headers. 12 * Version: 1.0. 612 * Version: 1.0.7 13 13 * Author: Edwin Bekedam 14 14 * Author URI: https://github.com/frontiers-wp/nodoss … … 40 40 // Define constant with current version 41 41 if (! defined( 'NODOSS_VERSION' ) ) { 42 define( 'NODOSS_VERSION', '1.0. 6' );42 define( 'NODOSS_VERSION', '1.0.7' ); 43 43 } 44 44 -
nodoss/trunk/readme.txt
r3488271 r3489173 7 7 Description: Lightweight Security plugin againts attacks, incl mordern securty headers. 8 8 Requires at least: 5.0 9 Tested up to: 6. 89 Tested up to: 6.9 10 10 Requires PHP: 8.1 11 Stable tag: 1.0. 611 Stable tag: 1.0.7 12 12 License: GPLv2 13 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html 14 14 15 Stop bots, pingbacks, brute force hacking, script jacking, Iframe XSS attacks, CSRF Proctection, Insecure requests, invalid unwanted user edits.15 Stop bots, pingbacks, protection againts brute force hacking, script jacking, Iframe XSS attacks, CSRF Proctection, Insecure requests, invalid unwanted user edits. 16 16 17 17 == Description == 18 19 Pre-set Security Headers: 20 21 Stop bots, pingbacks, protection againts brute force hacking, script jacking, Iframe XSS attacks, CSRF Proctection, Insecure requests, invalid unwanted user edits. 18 22 19 23 Pre-set Security Headers: … … 24 28 =x content-type-options = 25 29 =x permitted cross domain policies = 30 26 31 27 32 == Installation == … … 74 79 = 1.0.6: December 01, 2025 = 75 80 * Birthday of nodoss 76 81 = 1.0.7: Puplic release 82 Updated readme. 83 Plugin icon and header
Note: See TracChangeset
for help on using the changeset viewer.