You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a niche feature and have heard that some teams have their own custom code to prevent it, so it makes sense to have the ability to turn it off in Got.
I suggest:
Add option to turn off support for UNIX domain sockets. Make it false by default.
In Got v13 (next major release), change it to be true by default.
Open questions:
Should a Unix socket be able to redirect to HTTP?
The text was updated successfully, but these errors were encountered:
https://github.com/sindresorhus/got/blob/main/documentation/tips.md#unix-domain-sockets
It's a niche feature and have heard that some teams have their own custom code to prevent it, so it makes sense to have the ability to turn it off in Got.
I suggest:
false
by default.true
by default.Open questions:
The text was updated successfully, but these errors were encountered: