Correct help text for XSS protection header (#1269)
This commit is contained in:
parent
8e8c6d74ea
commit
79dc067add
1 changed files with 1 additions and 1 deletions
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue