Module: Camoufox::Locale

Defined in:
lib/camoufox/locale.rb

Class Method Summary collapse

Class Method Details

.download_mmdbObject



15
16
17
# File 'lib/camoufox/locale.rb', line 15

def download_mmdb
  warn("[camoufox] GeoIP database download is not yet implemented")
end

.geoip_allowed?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/camoufox/locale.rb', line 11

def geoip_allowed?
  false
end

.handle_locales(_locales, config) ⇒ Object



7
8
9
# File 'lib/camoufox/locale.rb', line 7

def handle_locales(_locales, config)
  config
end

.remove_mmdbObject



19
20
21
# File 'lib/camoufox/locale.rb', line 19

def remove_mmdb
  warn("[camoufox] GeoIP cleanup is not yet implemented")
end