I want simple geofencing #797
WebWeWantBot
started this conversation in
Wants
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Some geofencing is about locking out users from particular geographic regions, e.g. where a streaming service has only limited redistribution rights. It’s in the provider’s legal or commercial interest to restrict or redirect access to their site. This is not in the best interest of users and therefore I don’t want to make it any easier. Let them keep using GeoIP which users then try to circumvent with VPNs.
Where geofencing is in the best interest of users, is online shopping for instance, because sellers may have different local sites with an optimized catalog (e.g. currency, taxes, local regulations, electric plugs, clothing sizes) or handling (payment, shipping). Visitors are therefore often asked whether they want to be redirected to a local shop, or if they have been redirected automatically already whether they want to keep that preselection. I wish there was a browser setting (similar to HTTP Accept-Language) for choosing a preferred location without exposing the actual geographic location of the host device as Geolocation API etc. do. Accordingly, the user would not need to give express permission to sites querying this info.
This should probably work with ISO 3166 codes. (They can be part of preferred language codes by BCP-47/ISO 639, but that’s a different use case really.) These are available for many continental regions (as three digits), for countries and their (administrative) subdivisions.
Beta Was this translation helpful? Give feedback.
All reactions