We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075a024 commit c31d94aCopy full SHA for c31d94a
class.GitHubHook.php
@@ -40,7 +40,7 @@ class GitHubHook
40
* @var array GitHub's IP addresses for hooks.
41
* @since 1.1
42
*/
43
- private $_ips = array('207.97.227.253', '50.57.128.197', '108.171.174.178', '50.57.231.61', '54.235.183.49', '54.235.183.23', '54.235.118.251', '54.235.120.57', '54.235.120.61', '54.235.120.62');
+ private $_ips = array('54.235.183.49', '54.235.183.23', '54.235.118.251', '54.235.120.57', '54.235.120.61', '54.235.120.62');
44
45
/**
46
* Constructor.
0 commit comments