There is code in several extensions (WikimediaShopLink, UniversalLanguageSelector, CentralNotice) for loading https://bits.wikimedia.org/geoiplookup and https://geoiplookup.wikimedia.org/.
This exceeds the scope of what extensions are entitled to determine, in my opinion, since access to GeoIP look-ups has monetary, legal & performance implications (the latter because it is often used in a manner that adds a request to each page load).
GeoIP lookups should be wrapped by a JavaScript API that de-duplicates / caches lookups. The API should make it possible to apply limits to GeoIP usage that are enforced across all extensions.
Version: wmf-deployment
Severity: enhancement