Changeset 3374321
- Timestamp:
- 10/07/2025 11:28:12 AM (2 months ago)
- Location:
- deny-all-firewall
- Files:
-
- 1 deleted
- 2 edited
- 8 copied
-
tags/1.8.4 (copied) (copied from deny-all-firewall/trunk)
-
tags/1.8.4/403.php (copied) (copied from deny-all-firewall/trunk/403.php)
-
tags/1.8.4/deny-all-firewall.php (copied) (copied from deny-all-firewall/trunk/deny-all-firewall.php) (3 diffs)
-
tags/1.8.4/includes (copied) (copied from deny-all-firewall/trunk/includes)
-
tags/1.8.4/includes/class-daf-common.php (copied) (copied from deny-all-firewall/trunk/includes/class-daf-common.php)
-
tags/1.8.4/includes/class-webd.php (deleted)
-
tags/1.8.4/includes/customize-controls.js (copied) (copied from deny-all-firewall/trunk/includes/customize-controls.js)
-
tags/1.8.4/readme.txt (copied) (copied from deny-all-firewall/trunk/readme.txt) (3 diffs)
-
tags/1.8.4/remote-addr.php (copied) (copied from deny-all-firewall/trunk/remote-addr.php)
-
trunk/deny-all-firewall.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
deny-all-firewall/tags/1.8.4/deny-all-firewall.php
r3282854 r3374321 2 2 /* 3 3 * Plugin Name: Deny All Firewall 4 * Version: 1.8. 34 * Version: 1.8.4 5 5 * Plugin URI: https://webd.uk/support/ 6 6 * Description: Blocks access to everything except genuine site content using .htaccess … … 22 22 class daf_class { 23 23 24 public static $version = '1.8. 3';24 public static $version = '1.8.4'; 25 25 26 26 private $black_list; … … 1339 1339 } 1340 1340 1341 if ( 1342 class_exists('WooCommerce') && 1343 !in_array('/.well-known/apple-developer-merchantid-domain-association', $whitelisted_requests, true) && 1344 file_exists($_SERVER['DOCUMENT_ROOT'] . '/.well-known/apple-developer-merchantid-domain-association') 1345 ) { 1346 1347 $whitelisted_requests[] = '/.well-known/apple-developer-merchantid-domain-association'; 1348 1349 } 1350 1341 1351 $all_post_types = get_post_types(array('exclude_from_search' => false)); 1342 1352 -
deny-all-firewall/tags/1.8.4/readme.txt
r3282854 r3374321 4 4 Tags: htaccess, firewall, deny from all, green, carbon footprint 5 5 Requires at least: 4.7.0 6 Tested up to: 6.8 6 Tested up to: 6.8.3 7 7 Requires PHP: 5.6 8 Stable tag: 1.8. 38 Stable tag: 1.8.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 50 50 51 51 == Changelog == 52 53 = 1.8.4 = 54 * Added automatic whitelisting of Apple Pay verification file if WooCommerce is installed and the file is present 52 55 53 56 = 1.8.3 = … … 330 333 == Upgrade Notice == 331 334 332 = 1.8. 3=333 * Added a n additional warning when lock down and logging are enabled at the same time335 = 1.8.4 = 336 * Added automatic whitelisting of Apple Pay verification file if WooCommerce is installed and the file is present -
deny-all-firewall/trunk/deny-all-firewall.php
r3282854 r3374321 2 2 /* 3 3 * Plugin Name: Deny All Firewall 4 * Version: 1.8. 34 * Version: 1.8.4 5 5 * Plugin URI: https://webd.uk/support/ 6 6 * Description: Blocks access to everything except genuine site content using .htaccess … … 22 22 class daf_class { 23 23 24 public static $version = '1.8. 3';24 public static $version = '1.8.4'; 25 25 26 26 private $black_list; … … 1339 1339 } 1340 1340 1341 if ( 1342 class_exists('WooCommerce') && 1343 !in_array('/.well-known/apple-developer-merchantid-domain-association', $whitelisted_requests, true) && 1344 file_exists($_SERVER['DOCUMENT_ROOT'] . '/.well-known/apple-developer-merchantid-domain-association') 1345 ) { 1346 1347 $whitelisted_requests[] = '/.well-known/apple-developer-merchantid-domain-association'; 1348 1349 } 1350 1341 1351 $all_post_types = get_post_types(array('exclude_from_search' => false)); 1342 1352 -
deny-all-firewall/trunk/readme.txt
r3282854 r3374321 4 4 Tags: htaccess, firewall, deny from all, green, carbon footprint 5 5 Requires at least: 4.7.0 6 Tested up to: 6.8 6 Tested up to: 6.8.3 7 7 Requires PHP: 5.6 8 Stable tag: 1.8. 38 Stable tag: 1.8.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 50 50 51 51 == Changelog == 52 53 = 1.8.4 = 54 * Added automatic whitelisting of Apple Pay verification file if WooCommerce is installed and the file is present 52 55 53 56 = 1.8.3 = … … 330 333 == Upgrade Notice == 331 334 332 = 1.8. 3=333 * Added a n additional warning when lock down and logging are enabled at the same time335 = 1.8.4 = 336 * Added automatic whitelisting of Apple Pay verification file if WooCommerce is installed and the file is present
Note: See TracChangeset
for help on using the changeset viewer.