| @@ -8,9 +8,9 @@ | ||
| 8 | 8 | * @param string $url The request URL. |
| 9 | 9 | * |
| 10 | 10 | * @return array Array or string of HTTP request arguments. |
| 11 | 11 | */ |
| 12 | -function allow_localhost( $r, $url ) { | |
| 12 | +function allow_localhost( $r, $url ) { // phpcs:ignore | |
| 13 | 13 | $r['reject_unsafe_urls'] = false; |
| 14 | 14 | |
| 15 | 15 | return $r; |
| 16 | 16 | } |