diff --git a/client/src/app/base.component.ts b/client/src/app/base.component.ts index 7f16b093f..79a461602 100644 --- a/client/src/app/base.component.ts +++ b/client/src/app/base.component.ts @@ -58,7 +58,9 @@ export abstract class BaseComponent { mobile: { theme: 'mobile', plugins: ['autosave', 'lists', 'autolink'] - } + }, + relative_urls: false, + remove_script_host: true }; public constructor(protected titleService: Title, protected translate: TranslateService) {