Module: Camoufox::Locale
- Defined in:
- lib/camoufox/locale.rb
Class Method Summary collapse
- .download_mmdb ⇒ Object
- .geoip_allowed? ⇒ Boolean
- .handle_locales(_locales, config) ⇒ Object
- .remove_mmdb ⇒ Object
Class Method Details
.download_mmdb ⇒ Object
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
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_mmdb ⇒ Object
19 20 21 |
# File 'lib/camoufox/locale.rb', line 19 def remove_mmdb warn("[camoufox] GeoIP cleanup is not yet implemented") end |