diff options
Diffstat (limited to 'internal/api')
| -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` ) |
