We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8bd116 commit 8767c03Copy full SHA for 8767c03
1 file changed
hugo.yaml
@@ -89,14 +89,14 @@ security:
89
urls:
90
- .*
91
92
-headers:
93
-- for: /**
94
- values:
95
- Content-Security-Policy: script-src secure-bits.org
96
- Referrer-Policy: strict-origin-when-cross-origin
97
- X-Content-Type-Options: nosniff
98
- X-Frame-Options: DENY
99
- X-XSS-Protection: 1; mode=block
+ headers:
+ - for: /**
+ values:
+ Content-Security-Policy: script-src secure-bits.org
+ Referrer-Policy: strict-origin-when-cross-origin
+ X-Content-Type-Options: nosniff
+ X-Frame-Options: DENY
+ X-XSS-Protection: 1; mode=block
100
# permalink
101
permalinks:
102
section: /:section/:title/
0 commit comments