mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Allow allowedOrigin to be configured on container startup (#6894)
* This allows allowedOrigin to be configured on container startup * Allow for all forms of allowedOrigin values * Update readme.md
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
"NewAccounts": true,
|
||||
"localSessionRecording": true,
|
||||
"_userNameIsEmail": true,
|
||||
"_certUrl": "my.reverse.proxy"
|
||||
"_certUrl": "my.reverse.proxy",
|
||||
"allowedOrigin": false
|
||||
}
|
||||
},
|
||||
"_letsencrypt": {
|
||||
|
||||
Reference in New Issue
Block a user