proxy-vole icon indicating copy to clipboard operation
proxy-vole copied to clipboard

Customizable pac script parser implementation

Open ermescs opened this issue 6 years ago • 0 comments

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.

ermescs avatar Dec 18 '18 09:12 ermescs