This commit is contained in:
lzinga 2025-11-21 12:00:03 -08:00
commit 42dcd4750a

View File

@ -369,7 +369,7 @@ const configMapping = {
standardEnvVar: 'TRILIUM_NETWORK_CORSRESOURCEPOLICY',
aliasEnvVars: ['TRILIUM_NETWORK_CORS_RESOURCE_POLICY'],
iniGetter: () => getIniSection("Network")?.corsResourcePolicy,
defaultValue: ''
defaultValue: 'same-origin'
}
},
Session: {