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

@@ -256,7 +256,7 @@ class _HttpState extends State<_HttpWidget> {
message = widget.message;
body = TextEditingController(text: 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;
}