modified file jetpack-waf

This commit is contained in:
2024-10-09 12:47:35 +00:00
committed by Gitium
parent dd95c943cb
commit db85936315
5 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?php
$waf_allow_list = array (
);
return $waf->is_ip_in_array( $waf_allow_list );

View File

@ -0,0 +1 @@
<?php

View File

@ -0,0 +1,4 @@
<?php
$waf_block_list = array (
);
return $waf->is_ip_in_array( $waf_block_list );

View File

@ -0,0 +1 @@
<?php