Weighs the soul of incoming HTTP requests to stop AI crawlers

chore: release v1.20.0

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso c2423d06 a1b7d2cc

+1 -1
VERSION
··· 1 - 1.20.0-pre2 1 + 1.20.0
+1 -2
docs/docs/CHANGELOG.md
··· 11 11 12 12 ## [Unreleased] 13 13 14 - - Fix OpenGraph passthrough ([#717](https://github.com/TecharoHQ/anubis/issues/717)) 15 - 16 14 ## v1.20.0: Thancred Waters 17 15 18 16 The big ticket items are as follows: ··· 38 36 39 37 And some cleanups/refactors were added: 40 38 39 + - Fix OpenGraph passthrough ([#717](https://github.com/TecharoHQ/anubis/issues/717)) 41 40 - Remove the unused `/test-error` endpoint and update the testing endpoint `/make-challenge` to only be enabled in 42 41 development 43 42 - Add `--xff-strip-private` flag/envvar to toggle skipping X-Forwarded-For private addresses or not
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "@techaro/anubis", 3 - "version": "1.20.0-pre2", 3 + "version": "1.20.0", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "@techaro/anubis", 9 - "version": "1.20.0-pre2", 9 + "version": "1.20.0", 10 10 "license": "ISC", 11 11 "devDependencies": { 12 12 "cssnano": "^7.0.7",
+2 -2
package.json
··· 1 1 { 2 2 "name": "@techaro/anubis", 3 - "version": "1.20.0-pre2", 3 + "version": "1.20.0", 4 4 "description": "", 5 5 "main": "index.js", 6 6 "scripts": { ··· 27 27 "postcss-import-url": "^7.2.0", 28 28 "postcss-url": "^10.1.3" 29 29 } 30 - } 30 + }