From e3141794b95e534656427fadf0354435c62254d6 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 10 Apr 2025 21:42:41 +0200 Subject: Fix formatting --- staticwebapp.config.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'staticwebapp.config.json') diff --git a/staticwebapp.config.json b/staticwebapp.config.json index 587253a..ff706e3 100644 --- a/staticwebapp.config.json +++ b/staticwebapp.config.json @@ -1,19 +1,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" - } -} \ No newline at end of file + "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" + } +} -- cgit v1.3