Skip to content

Commit 1f98380

Browse files
authored
[B/C BREAK] Changing $allowIpOverrides default to FALSE
1 parent 60e296d commit 1f98380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IpHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ final class IpHelper
3232
* @var boolean
3333
* @since 1.6.0
3434
*/
35-
private static $allowIpOverrides = true;
35+
private static $allowIpOverrides = false;
3636

3737
/**
3838
* Private constructor to prevent instantiation of this class

0 commit comments

Comments
 (0)