Feature #4395
handle map shortlinks in a privacy preserving way
Status: | New | Start date: | 01/14/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Component: |
Description
LocationPrivacy should convert these requests to HTTPS, then use a dedicated Tor circuit to fetch the standard URL, where the location can be parsed from
Associated revisions
parse all Google Maps links, including short links
This first tries to parse the location from the URL itself, and if that
fails, it tries to first parse the location from the Redirect URL, then
it tries to get the JSON from Google, and parse that. The JSON stuff
probably doesn't really work yet, but the rest does.