You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.
currently, session.webRequest.onBeforeRequest supports two callback parameters: cancel and redirectURL. for Tor support, i am proposing a new parameter: proxyServer (or maybe proxyURL). this parameter indicates that the request should be sent through the given proxy server.
currently,
session.webRequest.onBeforeRequest
supports two callback parameters:cancel
andredirectURL
. for Tor support, i am proposing a new parameter:proxyServer
(or maybeproxyURL
). this parameter indicates that the request should be sent through the given proxy server.ex:
{ proxyServer: socks5://username:password@127.0.0.1:9050 }
The text was updated successfully, but these errors were encountered: