Changeset 3490337
- Timestamp:
- 03/24/2026 08:04:05 PM (7 days ago)
- Location:
- nodoss/trunk
- Files:
-
- 3 added
- 6 edited
-
assets/img/icon (added)
-
assets/img/icon/nodoss-ico.png (added)
-
assets/img/icon/nodoss.icon..svg (added)
-
classes/base.php (modified) (1 diff)
-
classes/load.php (modified) (1 diff)
-
classes/plugin.php (modified) (1 diff)
-
inc/init/http-headers.php (modified) (1 diff)
-
nodoss.php (modified) (3 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nodoss/trunk/classes/base.php
r3489173 r3490337 4 4 * @author Edwin Bekedam 5 5 * @license gplv2 6 * @version 1.0. 76 * @version 1.0.8 7 7 * 8 8 * @wordpress-plugin -
nodoss/trunk/classes/load.php
r3489173 r3490337 4 4 * @author Edwin Bekedam 5 5 * @license gplv2 6 * @version 1.0. 76 * @version 1.0.8 7 7 * 8 8 * @wordpress-plugin -
nodoss/trunk/classes/plugin.php
r3489173 r3490337 4 4 * @author Edwin Bekedam 5 5 * @license gplv2 6 * @version 1.0. 76 * @version 1.0.8 7 7 * 8 8 * @wordpress-plugin -
nodoss/trunk/inc/init/http-headers.php
r3489173 r3490337 4 4 * @author Edwin Bekedam 5 5 * @license gplv2 6 * @version 1.0. 76 * @version 1.0.8 7 7 * 8 8 * @wordpress-plugin -
nodoss/trunk/nodoss.php
r3489173 r3490337 4 4 * @author Edwin Bekedam 5 5 * @license gplv2 6 * @version 1.0. 76 * @version 1.0.8 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. 712 * Version: 1.0.8 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. 7' );42 define( 'NODOSS_VERSION', '1.0.8' ); 43 43 } 44 44 -
nodoss/trunk/readme.txt
r3489193 r3490337 4 4 Contributors: frontiers 5 5 Author URI: https://github.com/frontiers-wp/nodoss 6 Tags: security 6 Tags: security, performance, brute force, 7 7 Description: Lightweight Security plugin againts attacks, incl mordern securty headers. 8 8 Requires at least: 5.0 9 9 Tested up to: 6.9 10 10 Requires PHP: 8.1 11 Stable tag: 1.0. 711 Stable tag: 1.0.8 12 12 License: GPLv2 13 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html 14 14 15 Stop bots, pingbacks, protection againts brute force hacking, script jacking, Iframe XSS attacks, CSRF Proctection, Insecure requests.15 Stop bots, pingbacks, protection againts brute force hacking, script jacking, Iframe XSS attacks, CSRF Proctection, Insecure requests, 16 16 17 17 == Description == 18 18 19 Stop bots, pingbacks, protection againts brute force hacking, script jacking, Iframe XSS attacks, CSRF Proctection, Insecure requests, invalid unwanted user edits. 19 Stop bots, pingbacks, protection againts brute force hacking, script jacking, Iframe XSS attacks, CSRF Proctection, Insecure requests, invalid unwanted user edits, 20 Stops emulator and injection attacks 20 21 21 22 Pre-set Security Headers: … … 33 34 2. Extract the Plugin to a `nodoss` Folder 34 35 3. Activate the plugin through the 'Plugins' menu in WordPress 35 4. General Settings -Heartbeat <15> <240> Interval seconds36 4. General Settings – Heartbeat <15> <240> Interval seconds 36 37 37 38 == OR == … … 41 42 3. Search for nodoss` and click 'Install Now' or click on the `upload` link to upload `nodoss.zip` 42 43 4. Click on `Activate plugin` 43 5. General Settings -Heartbeat <15> <240> Interval seconds44 5. General Settings – Heartbeat <15> <240> Interval seconds 44 45 45 46 == Frequently Asked Questions == 46 47 47 = A question that someone might have = 48 = Why use NoDoss as a security plugin? = 49 Because it developed over a longer period of time, with fully hosted sites as well, there are performance and security layers that complement without breaking any of the basic functions of WordPress. 48 50 49 An answer to that question. 51 = Will the NoDoss plugin slow down my site? = 52 It's developed to be lightweight because it covers all with very low impact on performance. 50 53 51 = A question that someone might have = 54 = Will the plugin protect against XXS attacks? = 55 Yes, XSS protection is part of this plugin. 52 56 53 An answer to that question. 57 == Screenshots == 58 1. heartbeat-interval.png 59 2. safe-results.png 60 3. nodoss-banner-772-250.png 61 4. nodoss-ico.png 62 5. nodoss-icon.svg 54 63 55 64 == Changelog == … … 80 89 Updated readme. 81 90 Plugin icon and header 91 =1.0.8 Pulic release 92 Updated readme 93 94 == Upgrade Notice == 95 Your WordPress will be more secure.
Note: See TracChangeset
for help on using the changeset viewer.