aboutsummaryrefslogtreecommitdiff
path: root/staticwebapp.config.json
diff options
context:
space:
mode:
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"
- }
-}