Merge pull request #1207 from maphew/bare2share2

Bare2share - Redirect bare domain to defined #shareRoot
This commit is contained in:
Elian Doran
2025-02-22 09:25:30 +02:00
committed by GitHub
10 changed files with 148 additions and 6 deletions

View File

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