We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http_proxy
no_proxy
When running asciidoctor-kroki in Node.js environment, it ignores http_proxy/no_proxy env variables. Cause: nodejs/node#8381
Note that when asciidoctor-kroki is run through Ruby, proxy vars are properly respected.
The text was updated successfully, but these errors were encountered:
It's a shame... I guess we could implement the same logic as: https://gitlab.com/antora/antora/-/blob/main/packages/content-aggregator/lib/git-plugin-http.js#L32-46 using https://github.com/delvedor/hpagent
Since unxhr is used in Opal, I need to check if it's OK to add a dependency.
Sorry, something went wrong.
No branches or pull requests
When running asciidoctor-kroki in Node.js environment, it ignores
http_proxy
/no_proxy
env variables. Cause: nodejs/node#8381Note that when asciidoctor-kroki is run through Ruby, proxy vars are properly respected.
The text was updated successfully, but these errors were encountered: