Skip to content

Commit 8714282

Browse files
committedJul 31, 2021
update headers in render.yaml
1 parent 67f18c4 commit 8714282

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎render.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ services:
99
- path: /*
1010
name: X-Frame-Options
1111
value: sameorigin
12+
- path: /*
13+
name: Referrer-Policy
14+
value: sameorigin
15+
- path: /*
16+
name: Strict-Transport-Security
17+
value: max-age=2592000
1218
routes:
1319
- type: redirect
1420
source: /github

0 commit comments

Comments
 (0)
Please sign in to comment.