blob: ff706e3d0d83611e04c27ae340775cceb5662563 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"trailingSlash": "never",
"globalHeaders": {
"X-Frame-Options": "DENY",
"X-Content-Type-Options": "nosniff",
"X-XSS-Protection": "1; mode=block",
"Content-Security-Policy": "default-src 'none'; script-src 'self'; style-src 'self'; img-src 'self'; font-src 'self'"
},
"routes": [
{
"route": "/vcard",
"rewrite": "/vcard.vcf",
"statusCode": 301
}
],
"mimeTypes": {
".vcf": "text/vcard"
}
}
|