mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user