Skip to content

Commit

Permalink
Add annotation for no proxy whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoweiprc committed Jan 8, 2025
1 parent c4dff17 commit b6997cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const SettingsModal = forwardRef<SettingsModalHandle, ModalProps>((props,
<TextSetting
label="No proxy"
setting="noProxy"
help="Enter a comma-separated list of hostnames that don’t require a proxy."
help="Enter a comma-separated list of hostnames that don’t require a proxy. If you want a domain name to apply to all its subdomains too, prefix it with a dot (e.g. .example.com)."
placeholder="localhost,127.0.0.1"
disabled={!settings.proxyEnabled}
/>
Expand Down

0 comments on commit b6997cb

Please sign in to comment.