From 7868a957746cf1d12e323980409188db227c5f08 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Tue, 24 Sep 2024 20:30:11 +0800 Subject: [PATCH] luci-app-homeproxy: sync upstream last commit: https://github.com/immortalwrt/homeproxy/commit/b2d6180f9595234954e1c5bf52311eeaf5e6bf0e --- .../htdocs/luci-static/resources/view/homeproxy/client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/luci-app-homeproxy/htdocs/luci-static/resources/view/homeproxy/client.js b/luci-app-homeproxy/htdocs/luci-static/resources/view/homeproxy/client.js index 7d13a5697..afe7b3e21 100644 --- a/luci-app-homeproxy/htdocs/luci-static/resources/view/homeproxy/client.js +++ b/luci-app-homeproxy/htdocs/luci-static/resources/view/homeproxy/client.js @@ -236,7 +236,6 @@ return view.extend({ _('Specify target ports to be proxied. Multiple ports must be separated by commas.')); o.value('', _('All ports')); o.value('common', _('Common ports only (bypass P2P traffic)')); - o.default = 'common'; o.validate = function(section_id, value) { if (section_id && value && value !== 'common') {