Skip to content

Commit

Permalink
update referrer blocklist from package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Oct 23, 2024
1 parent 12ba85f commit a73303e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ if [ -n "$(git status --porcelain)" ]; then
exit 1
fi

# Update referrer blocklist
curl https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt -k -o data/referrer-blocklist
git add data/referrer-blocklist || true
git commit -m "update referrer blocklist from https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt" || true

# Build (optimized) client-side assets
npm run build

Expand Down

0 comments on commit a73303e

Please sign in to comment.