From d0de3ad49260ad2f87d02ce1307b1f20e88a1fdf Mon Sep 17 00:00:00 2001 From: "alemi.dev" Date: Tue, 11 Feb 2025 13:16:14 +0100 Subject: [bug] respect `X-Robots-Tag` and `robots.txt` on api/v1/instance and nodeinfo (#3756) * feat: check X-Robots-Tag when accessing /api/v1/instance or /nodeinfo endpoints respect X-Robots-Tag * chore: go fmt ./... * Check robots.txt as well, add tests --------- Co-authored-by: tobi --- vendor/github.com/temoto/robotstxt/codecov.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vendor/github.com/temoto/robotstxt/codecov.yml (limited to 'vendor/github.com/temoto/robotstxt/codecov.yml') diff --git a/vendor/github.com/temoto/robotstxt/codecov.yml b/vendor/github.com/temoto/robotstxt/codecov.yml new file mode 100644 index 000000000..b80be28f6 --- /dev/null +++ b/vendor/github.com/temoto/robotstxt/codecov.yml @@ -0,0 +1,2 @@ +codecov: + token: 6bf9c7eb-69ff-4b74-8464-e2fb452d0f04 -- cgit v1.3