networking:proxy:pac_file
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
networking:proxy:pac_file [2021/01/13 15:49] – peter | networking:proxy:pac_file [2021/01/13 15:53] (current) – peter | ||
---|---|---|---|
Line 3: | Line 3: | ||
[[Networking: | [[Networking: | ||
- | [[Networking: | + | [[Networking: |
- | A **PAC** [[https:// | ||
- | |||
- | The JavaScript function contained in the PAC file defines the function: | ||
- | |||
- | <code javascript> | ||
- | function FindProxyForURL(url, | ||
- | // ... | ||
- | } | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | * **url**: | ||
- | * The path and query components of **< | ||
- | * In Chrome (versions 52 to 73), you can disable this by setting **PacHttpsUrlStrippingEnabled** to false in policy or by launching with the **< | ||
- | * In Chrome 74, only the flag works. | ||
- | * In Chrome, from version 75, onwards, there is no way to disable path-stripping. | ||
- | * In Chrome version 81, path-stripping does not apply to HTTP URLs, but there is interest in changing this behavior to match HTTPS; | ||
- | * In Firefox, the preference is **network.proxy.autoconfig_url.include_path**. | ||
- | |||
- | * **host**: | ||
- | * This is only for convenience; | ||
- | * The port number is not included in this parameter; It can be extracted from the URL when necessary. | ||
- | |||
- | </ | ||
networking/proxy/pac_file.1610552986.txt.gz · Last modified: 2021/01/13 15:49 by peter