Skip to content

Commit 7039d7e

Browse files
committed
Clarify the remote font config setting a bit
Some people test Nextcloud and Collabora Online without setting up SSL. For security reasons, Collabora Online production builds refuse to load remote configuration via http://. It is possible to use http:// only with debug builds, that users build for themselves. The feature simply does not work, when someone tries http:// with a production build, only logs will tell "Remote config url should only use HTTPS protocol" Signed-off-by: Andras Timar <andras.timar@collabora.com>
1 parent 37a9b16 commit 7039d7e

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)