File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ INDEX_ALGOLIA = "true"
12
12
for = " /*"
13
13
[headers .values ]
14
14
Access-Control-Allow-Origin = " https://www.prisma.io"
15
+ Strict-Transport-Security = " max-age=63072000; includeSubDomains; preload"
16
+ Content-Security-Policy = " default-src data: 'unsafe-inline' 'unsafe-eval' https:; script-src data: 'unsafe-inline' 'unsafe-eval' https: blob:; style-src data: 'unsafe-inline' https:; img-src data: https: blob:; font-src data: https:; connect-src https: wss: blob:; media-src https: blob:; object-src https:; child-src https: data: blob:; form-action https:; block-all-mixed-content"
17
+ X-Frame-Options = " DENY"
18
+ X-Content-Type-Options = " nosniff"
19
+ Referrer-Policy = " no-referrer"
20
+ Feature-Policy = " microphone 'none'; geolocation 'none'"
15
21
16
22
[[redirects ]]
17
23
from = " /docs/*"
You can’t perform that action at this time.
0 commit comments