Changeset 3097269
- Timestamp:
- 06/04/2024 09:45:40 AM (21 months ago)
- File:
-
- 1 edited
-
cloudfilt-codes/trunk/cloudFiltCodes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cloudfilt-codes/trunk/cloudFiltCodes.php
r3072480 r3097269 5 5 Plugin URI: https://cloudfilt.com/ 6 6 Description: Prevent & block bad bots. This plugin inserts in your website the necessary codes for your web security https://cloudfilt.com/. Bot traffic, Spam Submissions, Tor traffic, Web Scraping, Web Fraud, Business logic, Vulnerability scanning, DDoS... 7 Version: 1.0.1 47 Version: 1.0.15 8 8 Author: CloudFilt 9 9 Author URI: https://cloudfilt.com/ … … 43 43 add_action('admin_init', [$this, 'initForm']); 44 44 add_action('admin_menu', [$this, 'createTabs']); 45 add_action('init', [$this, 'disable_cache']); 45 46 46 47 $this->addCodes(); 48 } 49 50 public function disable_cache() { 51 define('DONOTCACHEPAGE', true); 52 define('DONOTCACHEOBJECT', true); 53 define('DONOTCACHEDB', true); 47 54 } 48 55
Note: See TracChangeset
for help on using the changeset viewer.