diff --git a/src/routes/api/options.ts b/src/routes/api/options.ts index ecfe2dcbb..4e8645793 100644 --- a/src/routes/api/options.ts +++ b/src/routes/api/options.ts @@ -66,7 +66,8 @@ const ALLOWED_OPTIONS = new Set([ 'editedNotesOpenInRibbon', 'locale', 'firstDayOfWeek', - 'textNoteEditorType' + 'textNoteEditorType', + 'allowedHtmlTags', // Allow configuring HTML import tags ]); function getOptions() {