From ed1a731950ed1ef94d8cc293862ec0122c1deca4 Mon Sep 17 00:00:00 2001 From: zadam Date: Tue, 24 Oct 2023 23:15:18 +0200 Subject: [PATCH] extra hint on "noproxy directly in the setting", #3934 --- src/public/app/widgets/type_widgets/options/sync.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/public/app/widgets/type_widgets/options/sync.js b/src/public/app/widgets/type_widgets/options/sync.js index 01b0e29ee..3f7ad72b6 100644 --- a/src/public/app/widgets/type_widgets/options/sync.js +++ b/src/public/app/widgets/type_widgets/options/sync.js @@ -21,7 +21,8 @@ const TPL = ` -

Note: If you leave the proxy setting blank, the system proxy will be used (applies to desktop/electron build only)

+

Note: If you leave the proxy setting blank, the system proxy will be used (applies to desktop/electron build only).

+

Another special value is noproxy which forces ignoring even the system proxy and respectes NODE_TLS_REJECT_UNAUTHORIZED.