PluginProbe
ActivityPub / 3.2.2
ActivityPub v3.2.2
9.3.1 9.3.0 9.2.2 9.2.1 9.2.0 9.1.0 9.0.2 9.0.1 9.0.0 8.3.0 8.2.1 8.2.0 8.1.1 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.2.0 1.3.0 2.0.0 2.0.1 2.1.0 2.1.1 All 160 releases
← All changes | includes/debug.php +1 -1 2.0.13.2.2 View file →
@@ -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 }