aboutsummaryrefslogtreecommitdiff
path: root/staticwebapp.config.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-01-07 22:07:14 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-01-07 22:07:14 +0100
commitfea7349d0c24fa3d8f175a0f52892c849562d8c7 (patch)
tree7428cd85298df0e243d87ba65788c63e8a109fe2 /staticwebapp.config.json
parent6132a0204c190951851a22a13121aef727c60fce (diff)
Nuevo post
Diffstat (limited to 'staticwebapp.config.json')
-rw-r--r--staticwebapp.config.json19
1 files changed, 0 insertions, 19 deletions
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"
- }
-}