wgordon17 / awesome-django-timezones

Easily set a localized timezone for users
MIT License
9 stars 4 forks source link

Is it possible to disable looking up IP addresses in a third party service? #1

Open Flimm opened 4 years ago

Flimm commented 4 years ago

Currently, if the Javascript fails, it falls back to looking up the IP address in a third party service. Is it possible to disable this fallback? There are privacy implications to sharing IP addresses, as they could be considered personally identifiable information.

Otherwise, this package looks really interesting, especially since it uses modern Javascript browser APIs.