Extension talk:GeoIP

About this board

Privacy issue: Wikimedia GeoIP service on non-Wikimedia wikis.

1
Verdy p (talkcontribs)

Privacy issue: the Wikimedia GeoIP service is silently used in all other wikis (including outside Wikimedia) which may not be aware of that. This service also sets and collects tracking cookies.

I noted that when I navigated (with Chrome) the OpenStreetMap wiki (any page), where the local wikis are enabled, but still it was showing that some wikis were bloecked. It turned out that when looking at details (from the cookie icon displayed in Chrome status bar), the cookies were enabled only for OSM wiki, but you had to click on details to see other blocked cookies, always coming from Wikimedia.org third party.

This extension when installed by default turns to use Wikimedia.org as a third party. The installation documentation should document this so that other wiki maintainers that are scrupulous about privacy can correctly update their privacy statement, or install their own local GeoIP service instead of using the Wikimedia.org instance.

Reply to "Privacy issue: Wikimedia GeoIP service on non-Wikimedia wikis."
GoldenRing (talkcontribs)

Is there any documentation on this extension's API anywhere? As far as I can tell, this is the API used for enwiki geonotices and I'm looking for a way to test geonotices with a location other than my real location - but any documentation at all would be helpful.

GoldenRing (talkcontribs)

For anyone who stumbles across this, adding the following to the bottom of your common.js seems to be enough:

 $(document).ready( function() {
   Geo.lat=0;
   Geo.lon = 0;
 });

Replace the numbers with whatever lat/lon you want.

Reply to "API docs?"
There are no older topics