V1.1.5 Beta

This commit is contained in:
wanghongenpin
2024-10-24 20:12:18 +08:00
parent 865e1ca5e2
commit fd2bdd4cbf
9 changed files with 47 additions and 47 deletions

View File

@@ -243,7 +243,7 @@ class _HttpState extends State<_HttpWidget> with AutomaticKeepAliveClientMixin {
message = widget.message;
body = widget.message?.bodyAsString;
if (widget.message?.headers == null && !widget.readOnly) {
initHeader["User-Agent"] = ["ProxyPin/1.1.4"];
initHeader["User-Agent"] = ["ProxyPin/1.1.5"];
initHeader["Accept"] = ["*/*"];
return;
}