From fea7349d0c24fa3d8f175a0f52892c849562d8c7 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 7 Jan 2026 22:07:14 +0100 Subject: Nuevo post --- staticwebapp.config.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 staticwebapp.config.json (limited to 'staticwebapp.config.json') diff --git a/staticwebapp.config.json b/staticwebapp.config.json deleted file mode 100644 index ff706e3..0000000 --- a/staticwebapp.config.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "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