Skip to content

fix(brave-search): honor https_proxy/http_proxy via --use-env-proxy - #46

Open
re2zero wants to merge 1 commit into
badlogic:mainfrom
re2zero:fix/brave-search-proxy
Open

fix(brave-search): honor https_proxy/http_proxy via --use-env-proxy#46
re2zero wants to merge 1 commit into
badlogic:mainfrom
re2zero:fix/brave-search-proxy

Conversation

@re2zero

@re2zero re2zero commented Aug 17, 2026

Copy link
Copy Markdown

Add --use-env-proxy to the shebang so Node 24.5+ respects https_proxy/http_proxy environment variables. Closes #43.

Node.js 24+ supports standard https_proxy/http_proxy env vars natively
via the --use-env-proxy flag, but only when explicitly enabled.

Add --use-env-proxy to the shebang so that users behind HTTP proxies
can use brave-search without fetch failures.

Closes badlogic#43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

brave-search: proxy support via standard https_proxy / http_proxy env vars

1 participant