diff options
| author | 2025-12-16 11:38:20 +0100 | |
|---|---|---|
| committer | 2026-01-22 13:27:10 +0100 | |
| commit | ef16f6e96d4df3bdc88e3a071a5779bb23db5d86 (patch) | |
| tree | 2baa021aed1b2bdce5fbf1697b53f632c9ee567e /internal | |
| parent | [chore] Update robots.txt with latest list of "ai" bullshit user-agents (#4622) (diff) | |
| download | gotosocial-ef16f6e96d4df3bdc88e3a071a5779bb23db5d86.tar.xz | |
[chore] Update robots.txt md5 hashes for etags (#4623)
Forgot to update these in https://codeberg.org/superseriousbusiness/gotosocial/pulls/4622
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4623
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Co-committed-by: tobi <tobi.smethurst@protonmail.com>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/api/util/robots.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/api/util/robots.go b/internal/api/util/robots.go index 4ac55d1c0..a3bd0e125 100644 --- a/internal/api/util/robots.go +++ b/internal/api/util/robots.go @@ -219,7 +219,7 @@ Disallow: /nodeinfo/ ` // MD5 hash of basic robots.txt. - RobotsTxtETag = `7b6b498f7381ac33cb3efb34c68f662d` + RobotsTxtETag = `40616dc8ff4c38fc25fd3daae53357ee` // MD5 hash of robots.txt with NodeInfo disallowed. - RobotsTxtDisallowNodeInfoETag = `6d21be573d502581a3bf7271b7e63fc8` + RobotsTxtDisallowNodeInfoETag = `c2c1e5cceb09d0801708dadd3fa42a49` ) |
