luci-app-adblock: release 4.5.4-1

* sync with base package

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken
2026-04-09 23:19:24 +02:00
parent 1624418f64
commit 354d1e5820
2 changed files with 4 additions and 4 deletions

View File

@@ -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 <dev@brenken.org>

View File

@@ -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',