From 79dc067addd21246e251ccb7036e418c47e5f09e Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Thu, 30 Sep 2021 14:54:04 +0200 Subject: [PATCH] Correct help text for XSS protection header (#1269) --- src/realm-settings/help.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realm-settings/help.ts b/src/realm-settings/help.ts index f22322e7bf..146b9fb092 100644 --- a/src/realm-settings/help.ts +++ b/src/realm-settings/help.ts @@ -54,7 +54,7 @@ export default { xRobotsTag: "Prevent pages from appearing in search engines <1>Learn more", xXSSProtection: - "Prevent pages from appearing in search engines <1>Learn more", + "This header configures the Cross-site scripting (XSS) filter in your browser. Using the default behaviour, the browser will prevent rendering of the page when a XSS attack is detected. <1>Learn more", strictTransportSecurity: "The Strict-Transport-Security HTTP header tells browsers to always use HTTPS. Once a browser sees this header, it will only visit the site over HTTPS for the time specified (1 year) at max-age, including the subdomains. <1>Learn more", failureFactor: "How many failures before wait is triggered.",