mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 21:29:56 +01:00
Fixed missing comma
This commit is contained in:
@@ -97,7 +97,7 @@ export interface TriliumConfig {
|
|||||||
corsAllowMethods: string;
|
corsAllowMethods: string;
|
||||||
/** CORS allowed headers (comma-separated header names) */
|
/** CORS allowed headers (comma-separated header names) */
|
||||||
corsAllowHeaders: string;
|
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;
|
corsResourcePolicy: 'same-origin' | 'same-site' | 'cross-origin' | undefined;
|
||||||
};
|
};
|
||||||
/** Session management configuration */
|
/** Session management configuration */
|
||||||
|
|||||||
Reference in New Issue
Block a user