From 9d58ca27ccb8ab1298d4ad97aacac90106dad500 Mon Sep 17 00:00:00 2001 From: erosman Date: Sun, 8 Oct 2023 16:39:03 +0330 Subject: [PATCH] Add files via upload --- src/content/help.html | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/src/content/help.html b/src/content/help.html index fa1a51b..cdbfec0 100644 --- a/src/content/help.html +++ b/src/content/help.html @@ -241,15 +241,34 @@

localhost

  • Proxy localhost and loopback addresses in Chrome
  • +

    Proxying Order

    -
    -
    Chrome
    -
    localhost bypass is handle by Chrome
    +

    Chrome

    +
    +
    PAC URL
    +
    localhost bypass is handled by the browser
    +
    Request is handled by the browser (no Global Exclude)
    + +
    Others
    +
    localhost bypass is handled by the browser
    +
    Global Exclude
    +
    Proxy by Patterns/Individual Proxy
    +
    -
    Firefox
    -
    localhost bypass for standard proxies are handle by FoxyProxy
    -
    localhost bypass for PAC URLs are handle by Firefox
    -
    In Firefox, for PAC URLs, you can use "No proxy for" in Connection settings in Firefox
    +

    Firefox

    +
    +
    PAC URL
    +
    localhost bypass is handled by the browser
    +
    Request is handled by the browser (no Global Exclude)
    +
    Users can use "No proxy for" in Connection settings in Firefox
    + +
    Others
    +
    localhost bypass is handled by FoxyProxy
    +
    Tab Proxy (if set)
    +
    Incognito Proxy (if set)
    +
    Container Proxy (if set)
    +
    Global Exclude
    +
    Proxy by Patterns/Individual Proxy