Correct help text for XSS protection header (#1269)

This commit is contained in:
Jon Koops 2021-09-30 14:54:04 +02:00 committed by GitHub
parent 8e8c6d74ea
commit 79dc067add
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ export default {
xRobotsTag:
"Prevent pages from appearing in search engines <1>Learn more</1>",
xXSSProtection:
"Prevent pages from appearing in search engines <1>Learn more</1>",
"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</1>",
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</1>",
failureFactor: "How many failures before wait is triggered.",