Opened 12 years ago

Last modified 9 years ago

#9210 closed enhancement

Add missing google domains to blacklist — at Initial Version

Reported by: pnorman Owned by: team
Priority: normal Milestone:
Component: Core imagery Version: latest
Keywords: blacklist Cc: framm, stoecker, bastiK

Description

For reference, http://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/io/OsmApi.java#L242 is where the current list is.

We are not currently blocking google.ru, google.pl, and googleapis.com, all of which have seen use.

".*
.google(apis)?
.[/]*/.*" might be a better regex than adding them all individually, but it'd need checking as I'm not 100% sure everything is escaped right.

I also get 173.194.33.0-14, 173.194.41.128-142, 74.125.228.0-14 as IP ranges

Change History (0)

Note: See TracTickets for help on using tickets.