tieredProxyUrls
accept null
for switching the proxy off
#687
Labels
t-tooling
Issues with this label are in the ownership of the tooling team.
This is a parity-tracking issue for Crawlee JS / Crawlee Python.
With apify/crawlee#2743 , we enabled
ProxyConfiguration.tieredProxyUrls
to acceptnull
as a command to switch the proxy off on that tier. In Crawlee JS, this was only a matter of widening the types and making the validation less strict -ProxyConfiguration
was already prepared fornull
URLs (returningnull
from newUrlFunction - this seems to work in Crawlee for Python too).The text was updated successfully, but these errors were encountered: