Skip to content

Commit e4cadf3

Browse files
authored
Merge pull request #4273 from nextcloud/private/timar/remotefontconfig
Clarify the remote font config setting a bit
2 parents 37a9b16 + 7039d7e commit e4cadf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AdminSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ export default {
513513
return this.hostErrors.some(x => x)
514514
},
515515
fontHint() {
516-
return t('richdocuments', 'Make sure to set this URL: {url} in the coolwsd.xml file of your Collabora Online server to ensure the added fonts get loaded automatically.',
516+
return t('richdocuments', 'Make sure to set this URL: {url} in the coolwsd.xml file of your Collabora Online server to ensure the added fonts get loaded automatically. Please note that http:// will only work for debug builds of Collabora Online. In production you must use https:// for remote font config.',
517517
{ url: this.fontHintUrl },
518518
)
519519
},

0 commit comments

Comments
 (0)