mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
Add UA to WebDav requests. Close #308
This commit is contained in:
@@ -100,6 +100,7 @@ class DataSync with ChangeNotifier {
|
||||
rhttp.ClientSettings(
|
||||
proxySettings:
|
||||
proxy == null ? null : rhttp.ProxySettings.proxy(proxy),
|
||||
userAgent: "venera v${App.version}",
|
||||
),
|
||||
),
|
||||
);
|
||||
@@ -172,6 +173,7 @@ class DataSync with ChangeNotifier {
|
||||
rhttp.ClientSettings(
|
||||
proxySettings:
|
||||
proxy == null ? null : rhttp.ProxySettings.proxy(proxy),
|
||||
userAgent: "venera v${App.version}",
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user