aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorW. Kosior <koszko@koszko.org>2026-07-23 13:50:46 +0200
committerW. Kosior <koszko@koszko.org>2026-07-23 13:50:46 +0200
commitf6919c603417b0e64f1c355f207f9b38a7a6e574 (patch)
treefe15110f404d44bfec426dad32c784067dc8232e /GNUmakefile
parent718e626d6f490c1c0dd0e34f83bf47492965f379 (diff)
downloadsimple-browser-extension-magister.tar.gz
simple-browser-extension-magister.zip
Add a fix for the Varnish PoW bot blocker.HEADmagister
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c0198e9..071c7a1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -38,6 +38,7 @@ CONTENT_SCRIPTS = $(addprefix content/, \
the-chosen-videos.js \
vatican-news-main-page.js \
vatican-news-site.js \
+ varnish-pow-bot-blocker.js \
)
manifest.json: manifest.json.in get-code-block.awk $(CONTENT_SCRIPTS)