Skip to content

Commit

Permalink
luci-app-adblock: sync with adblock-4.2.3-1
Browse files Browse the repository at this point in the history
* add new tld option

Signed-off-by: Dirk Brenken <[email protected]>
  • Loading branch information
dibdot committed Nov 23, 2024
1 parent ac1043c commit cb767dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion applications/luci-app-adblock/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2023 Dirk Brenken ([email protected])
# Copyright 2017-2024 Dirk Brenken ([email protected])
# This is free software, licensed under the Apache License, Version 2.0

include $(TOPDIR)/rules.mk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,10 @@ return view.extend({
o.value('5353');
o.rmempty = true;

o = s.taboption('general', form.Flag, 'adb_tld', _('TLD Compression'), _('The top level domain compression removes thousands of needless host entries from the final DNS blocklist.'));
o.default = 1
o.rmempty = true;

o = s.taboption('general', form.Flag, 'adb_safesearch', _('Enable SafeSearch'), _('Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and pixabay.'));
o.rmempty = false;

Expand Down

0 comments on commit cb767dc

Please sign in to comment.