Add a snippet about secure headers
This commit is contained in:
parent
07096ae6f7
commit
b29f90e120
3 changed files with 14 additions and 5 deletions
3
content/netlify/_index.md
Normal file
3
content/netlify/_index.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
title: Netlify
|
||||||
|
---
|
11
content/netlify/secure-headers.md
Normal file
11
content/netlify/secure-headers.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
title: Secure Headers
|
||||||
|
---
|
||||||
|
|
||||||
|
[Netlify](https://netlify.com) headers which passes [securityheaders.com](https://securityheaders.com/) checks.
|
||||||
|
|
||||||
|
```
|
||||||
|
{{% read_file "static/_headers" %}}
|
||||||
|
```
|
||||||
|
|
||||||
|
[See for yourself](https://securityheaders.com/?q={{< ref "/" >}})
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
title: Test
|
|
||||||
---
|
|
||||||
|
|
||||||
Some content
|
|
Reference in a new issue