2024-07-22 22:19:22 +00:00
|
|
|
Enhancement: Allow specifying custom User-Agent for outgoing requests
|
2024-05-26 22:03:11 +00:00
|
|
|
|
2024-07-22 22:19:22 +00:00
|
|
|
Restic now supports setting a custom `User-Agent` for outgoing HTTP requests
|
|
|
|
using the global option `--http-user-agent` or the `RESTIC_HTTP_USER_AGENT`
|
2024-05-26 22:03:11 +00:00
|
|
|
environment variable.
|
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4768
|
|
|
|
https://github.com/restic/restic/pull/4810
|