Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

MobileChromeApps/cordova-plugin-chrome-apps-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrome.proxy Plugin (experimental)

This plugin provides the ability to set a proxy for HTTP(S) and FTP traffic generated within the app (by the browser runtime). It does not affect any other apps on the system.

Status

This plugin is experimental and not yet well-tested.

On Android, this plugin provides a partial implementation of the chrome.proxy API. Only the "fixed_servers" and "direct" modes are supported. Only the "http" and "socks5" schemes are supported, and the bypassList setting is only supported for the "http" scheme.

On iOS, only the "http" and "socks5" schemes are supported.

Currently, bypassList is not supported on either platform.

Other platforms are not supported.

Reference

The API reference is here.

Release Notes

0.1.0 (Jun 7, 2016)

  • Fix proxy for http search for an invalid json obeject
  • Add missing bracket in ChromeProxy.m
  • Adding support for ios

0.0.1

  • First implementation

About

Experimental plugin for proxy setting

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 48.2%
  • Java 48.1%
  • JavaScript 3.7%