luci-app-frpc: remove data type restriction of http_proxy (#8495)

This commit is contained in:
He Cheng 2021-12-22 23:29:52 +08:00 committed by GitHub
parent 01042589af
commit 6bc3781e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,6 @@ e.rmempty = false
e:depends("protocol","tcp")
e = t:taboption("other", Value, "http_proxy", translate("HTTP PROXY"))
e.datatype = "uinteger"
e.placeholder = "http://user:pwd@192.168.1.128:8080"
e:depends("enable_http_proxy",1)
e.optional = false