proxy-vole
proxy-vole copied to clipboard
Customizable pac script parser implementation
This PR allows users to extend PacProxySelector
in order to provide a custom implementation of PacScriptParser
. This can be useful in scenarios where the standard PacScriptParser
implementation is not available. For instance, on Android, Nashorn is not supported and an alternative implementation (e.g., based on V8) must be used.