Added the noindex robots tag to the responses on the Health controller in the Website library target.

This commit is contained in:
2026-08-24 17:47:57 +02:00
parent 88bcae9dc9
commit fec52b7942
3 changed files with 15 additions and 1 deletions
@@ -5,6 +5,8 @@ public extension HTTPField.Name {
static let permissionsPolicy = Self("Permissions-Policy")!
/// The `Referrer-Policy` field name (not provided as a standard `HTTPField.Name`).
static let referrerPolicy = Self("Referrer-Policy")!
/// The `X-Robots-Tag` field name (not provided as a standard `HTTPField.Name`).
static let robotsTag = Self("X-Robots-Tag")!
/// The `X-Frame-Options` field name (not provided as a standard `HTTPField.Name`).
static let frameOptions = Self("X-Frame-Options")!
/// The `X-Forwarded-For` field name (not provided as a standard `HTTPField.Name`).