Skip to content

Commit d504c4d

Browse files
authored
Merge pull request #30 from PhilETaylor/patch-4
[B/C BREAK] Changing $allowIpOverrides default to FALSE
2 parents 60e296d + 1f98380 commit d504c4d

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)