mirror of
https://github.com/restic/restic.git
synced 2025-08-25 12:27:49 +00:00
Merge pull request #4810 from konidev20/fix-gh-4768-add-custom-user-agent-for-http-client
Allow custom User-Agent to be specified for outgoing requests
This commit is contained in:
8
changelog/unreleased/issue-4768
Normal file
8
changelog/unreleased/issue-4768
Normal file
@@ -0,0 +1,8 @@
|
||||
Enhancement: Allow custom User-Agent to be specified for outgoing requests
|
||||
|
||||
Restic now permits setting a custom `User-Agent` for outgoing HTTP requests
|
||||
using the global flag `--http-user-agent` or the `RESTIC_HTTP_USER_AGENT`
|
||||
environment variable.
|
||||
|
||||
https://github.com/restic/restic/issues/4768
|
||||
https://github.com/restic/restic/pull/4810
|
Reference in New Issue
Block a user