Revert TLS 1.2 flag — DataImpulse incompatible with Playwright on both envs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
46eada16a3
commit
8ec066caa8
1 changed files with 0 additions and 4 deletions
|
|
@ -229,10 +229,6 @@ class PlaywrightHotelPageBackend(ScraperBackend):
|
||||||
'--disable-infobars',
|
'--disable-infobars',
|
||||||
'--disable-extensions',
|
'--disable-extensions',
|
||||||
'--blink-settings=imagesEnabled=false',
|
'--blink-settings=imagesEnabled=false',
|
||||||
# Some DataImpulse residential IPs drop Chromium's TLS 1.3
|
|
||||||
# GREASE/key_share extensions mid-handshake. Force TLS 1.2
|
|
||||||
# to use a simpler handshake those IPs can handle.
|
|
||||||
'--ssl-version-max=tls1.2',
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue