mirror of
https://github.com/daijro/camoufox.git
synced 2026-08-19 08:01:00 +00:00
pythonlib: Fix geolocation domain detection #31 0.2.12
This commit is contained in:
@@ -412,7 +412,7 @@ def get_launch_options(
|
||||
elif (
|
||||
proxy
|
||||
and 'localhost' not in proxy.get('server', '')
|
||||
and not is_domain_set('geolocation', config)
|
||||
and not is_domain_set(config, 'geolocation')
|
||||
):
|
||||
LeakWarning.warn('proxy_without_geoip')
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
rm -rf ./dist
|
||||
rm -rf ./camoufox/*.mmdb
|
||||
rm -rf ./camoufox/*.png
|
||||
|
||||
python -m build
|
||||
twine check dist/*
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
name = "camoufox"
|
||||
version = "0.2.11"
|
||||
version = "0.2.12"
|
||||
description = "Wrapper around Playwright to help launch Camoufox"
|
||||
authors = ["daijro <daijro.dev@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user