mirror of
https://github.com/zadam/trilium.git
synced 2025-11-26 02:24:23 +01:00
Fixed missing comma
This commit is contained in:
parent
4b574cecf7
commit
cb0c6a344f
@ -97,7 +97,7 @@ export interface TriliumConfig {
|
||||
corsAllowMethods: string;
|
||||
/** CORS allowed headers (comma-separated header names) */
|
||||
corsAllowHeaders: string;
|
||||
/** CORS Resource Policy ('same-origin', 'same-site' 'cross-origin') */
|
||||
/** CORS Resource Policy ('same-origin', 'same-site', 'cross-origin') */
|
||||
corsResourcePolicy: 'same-origin' | 'same-site' | 'cross-origin' | undefined;
|
||||
};
|
||||
/** Session management configuration */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user