diff --git a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/podkop.js b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/podkop.js index e80b20f..bdf515e 100644 --- a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/podkop.js +++ b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/podkop.js @@ -740,11 +740,6 @@ return view.extend({ return _('Path must contain at least one directory (like /tmp/cache.db)'); } - const pathRegex = /^\/(?:[^/]+\/)+[^/]+\.db$/; - if (!pathRegex.test(value)) { - return _('Invalid path format. Must be like /tmp/cache.db'); - } - return true; };