diff --git a/docs/configuration/Content-Security-Policy.md b/docs/configuration/Content-Security-Policy.md index 1ed3db4..2f0349f 100644 --- a/docs/configuration/Content-Security-Policy.md +++ b/docs/configuration/Content-Security-Policy.md @@ -2,6 +2,7 @@ title: Content-Security-Policy nav_order: 5 parent: Configuration +layout: page --- The Mozilla Developer Network describes the X-XSS-Protection header like this: diff --git a/docs/configuration/Strict-Transport-Security.md b/docs/configuration/Strict-Transport-Security.md index 5af7283..450e81e 100644 --- a/docs/configuration/Strict-Transport-Security.md +++ b/docs/configuration/Strict-Transport-Security.md @@ -2,6 +2,7 @@ title: Strict-Transport-Security (HSTS) nav_order: 1 parent: Configuration +layout: page --- The Mozilla Developer Network describes the Strict-Transport-Security header like this: diff --git a/docs/configuration/X-Content-Type-Options.md b/docs/configuration/X-Content-Type-Options.md index 890b65c..f5b38bf 100644 --- a/docs/configuration/X-Content-Type-Options.md +++ b/docs/configuration/X-Content-Type-Options.md @@ -2,6 +2,7 @@ title: X-Content-Type-Options nav_order: 4 parent: Configuration +layout: page --- The Mozilla Developer Network describes the X-Content-Type-Options header like this: diff --git a/docs/configuration/X-Frame-Options.md b/docs/configuration/X-Frame-Options.md index 8cdf92e..a749d54 100644 --- a/docs/configuration/X-Frame-Options.md +++ b/docs/configuration/X-Frame-Options.md @@ -2,6 +2,7 @@ title: X-Frame-Options (XFO) nav_order: 2 parent: Configuration +layout: page --- The Mozilla Developer Network describes the X-Frame-Options header like this: diff --git a/docs/configuration/X-XSS-Protection.md b/docs/configuration/X-XSS-Protection.md index 87d7d5a..e8e2e11 100644 --- a/docs/configuration/X-XSS-Protection.md +++ b/docs/configuration/X-XSS-Protection.md @@ -2,6 +2,7 @@ title: X-XSS-Protection nav_order: 3 parent: Configuration +layout: page --- The Mozilla Developer Network describes the X-XSS-Protection header like this: