diff --git a/applications/luci-app-adblock/Makefile b/applications/luci-app-adblock/Makefile index 99d23ed515..10bedcb738 100644 --- a/applications/luci-app-adblock/Makefile +++ b/applications/luci-app-adblock/Makefile @@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for Adblock LUCI_DEPENDS:=+luci-base +luci-lib-uqr +adblock -PKG_VERSION:=4.5.3 -PKG_RELEASE:=4 +PKG_VERSION:=4.5.4 +PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Dirk Brenken diff --git a/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js b/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js index 6973212034..53f48f2689 100644 --- a/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js +++ b/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js @@ -477,9 +477,9 @@ return view.extend({ o.default = '2a13:1001::86:54:11:100'; o.rmempty = true; - const url = `https://${window.location.hostname}/cgi-bin/adblock`; + const url = `${window.location.protocol}//${window.location.hostname}/cgi-bin/adblock`; const options = { - pixelSize: 2, + pixelSize: 3, margin: 1, ecLevel: 'M', whiteColor: 'white',