feature complete; tested and working on local linux machine

This commit is contained in:
matt wilkie
2025-02-16 22:47:50 -07:00
parent bc66e98533
commit ed8b8e50a4
3 changed files with 13 additions and 5 deletions

View File

@@ -72,7 +72,9 @@ const ALLOWED_OPTIONS = new Set([
"textNoteEditorMultilineToolbar",
"layoutOrientation",
"backgroundEffects",
"allowedHtmlTags" // Allow configuring HTML import tags
"allowedHtmlTags",
"redirectBareDomain",
"showLoginInShareTheme"
]);
function getOptions() {