Changeset 8707
- Timestamp:
- 04/30/2019 07:37:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css/platforms/github.php
r6726 r8707 124 124 $authenticate = true; 125 125 126 if ( ! isset( $request_url_parts['host'], $request_args['method'], $request_url_parts['path'] ) ) { 127 return false; 128 } 129 126 130 if ( GITHUB_API_HOSTNAME !== $request_url_parts['host'] || 'GET' !== $request_args['method'] ) { 127 131 $authenticate = false;
Note: See TracChangeset
for help on using the changeset viewer.