CORS, trusted domain

This commit is contained in:
2024-04-11 11:51:50 -04:00
parent a238ad3b7f
commit 3851b7f289
12 changed files with 80 additions and 14 deletions

View File

@@ -46,6 +46,7 @@ export default function SettingsView(props) {
"user_registration_enabled",
"time_zone",
"allowed_extensions",
"trusted_domains",
],
"mail": [
"mail_enabled",
@@ -275,6 +276,7 @@ export default function SettingsView(props) {
return [
renderTextInput("site_name"),
renderTextInput("base_url"),
renderTextInput("trusted_domains"),
renderCheckBox("user_registration_enabled"),
renderTextInput("allowed_extensions"),
renderSelection("time_zone", TIME_ZONES),