added allowedOrigins

This commit is contained in:
Caleb Gardner
2024-11-08 14:23:42 -06:00
parent 98adb3da39
commit 94633293f5
3 changed files with 27 additions and 17 deletions
+4 -1
View File
@@ -17,7 +17,10 @@ This is a purposefully "simple" application backend made specifically for _my_ a
crash: true, // crash reports
management: false, // managing
// further permissions can be added as needed
}
},
allowedOrigins:[
"http://foo.bar" // Request with this origin header is considered to be under this key.
]
}
```