6 | 6 | * The API on wordpress.org supports an `ip_address` parameter which has to be a truncated IP address where the last segment is always 0 (for privacy reasons, example: 123.456.789.0). This can be used in the future to possibly automatically detect the host and thus return a proper `update_url` (which at this point is a supported return value already, but always an empty string). It would be easy to make core future-proof in that regard: The actual notice already takes that return value into account, now we only have to decide whether we should actually send the (truncated) IP address or not. |