Skip to content

Commit

Permalink
tweak geoip
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jul 15, 2024
1 parent 08b092f commit 0ce11fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/security/src/main/GeoIP.scala
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ object Location:

def isSuspicious(loc: Location) =
loc == unknown ||
loc.region.has("Kirov Oblast") ||
loc.region.has("Samsun")
loc.region.has("Kirov Oblast")

case class WithProxy(location: Location, proxy: IsProxy)

0 comments on commit 0ce11fe

Please sign in to comment.