-
Notifications
You must be signed in to change notification settings - Fork 19
Connect Proxy
Ephellon edited this page Feb 6, 2020
·
1 revision
Use this section to control the extension's proxy connection settings
Screenshot
- Force Secure Connections — forces all insecure (HTTP) connections to be proxied through HTTPS.
-
Proxy URL & Syntax — specify the proxy URL (and syntax) to use
-
{url}
OR{raw-url}
— the URL of the page, without any changes -
{enc-url}
OR{encode-url}
— encodes the URL (i.e. all " " become "%20") -
{b64-url}
OR{base64-url}
— encodes the URL using Base-64 (btoa
)
-
-
Proxy Headers — specify the headers to pass to the proxy
Header="Value"
Header=Value
-
Header=@property
(allows basic parsing of objects, where@
representstop
/window
)- e.g.
[email protected]
(https://github.com
)
- e.g.
-
Header=@{...}
— returns the same values as the Proxy URL & Syntax section
- Native Proxy Settings — your computer's network settings (Windows only)
If you want to request a feature, please submit a Feature request.
If you're having some trouble with the extension, please see the Wiki.
If you want to report a bug/problem, please submit:
- a Bug Report for generic errors that can be easily fixed (e.g. a website updated, the scripts are outdated; or, the extension no longer works on a site)
- a Fail Report for errors that make the extension unusable (e.g. can't save settings)