You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ We then use `$hook->deploy()` to deploy the systems.
50
50
51
51
### Security
52
52
53
-
Worry about securities? We have enabled IP check (CIDR notation) to allow only [GitHub hook addresses](https://help.github.com/articles/what-ip-addresses-does-github-use-that-i-should-whitelist): `207.97.227.253/32`, `50.57.128.197/32`, `108.171.174.178/32`, `50.57.231.61/32`, `204.232.175.64/27`, `192.30.252.0/22` to deploy the systems. We also return a `404 Not Found` page when there is illegal access to the hook script.
53
+
Worry about securities? We have enabled IP check to allow only [GitHub hook addresses](https://help.github.com/articles/what-ip-addresses-does-github-use-that-i-should-whitelist) (CIDR notation): `207.97.227.253/32`, `50.57.128.197/32`, `108.171.174.178/32`, `50.57.231.61/32`, `204.232.175.64/27`, `192.30.252.0/22` to deploy the systems. We also return a `404 Not Found` page when there is illegal access to the hook script.
54
54
55
55
For better security, try hiding this hook script in deep directories like `http://www.example.com/let/us/play/hide/and/seek/` and/or renaming the `hook.php` file into `a40b6cf7a5.php`.
0 commit comments