aboutsummaryrefslogtreecommitdiff
path: root/staticwebapp.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'staticwebapp.config.json')
-rw-r--r--staticwebapp.config.json36
1 files changed, 18 insertions, 18 deletions
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"
+ }
+}