Skip to content
Snippets Groups Projects
Commit 6410ecf8 authored by Elmar Ludwig's avatar Elmar Ludwig Committed by David Siegfried
Browse files

remove addTargetToExternalLinks decorator, fixes #2058

Closes #2058

Merge request studip/studip!1612
parent d79463e9
No related branches found
No related tags found
No related merge requests found
...@@ -244,12 +244,6 @@ ClassicEditor.defaultConfig = { ...@@ -244,12 +244,6 @@ ClassicEditor.defaultConfig = {
}, },
link: { link: {
defaultProtocol: 'https://', defaultProtocol: 'https://',
decorators: {
addTargetToExternalLinks: {
mode: 'automatic',
callback: url => /^(https?:)?\/\//.test( url )
}
}
}, },
language: 'de', language: 'de',
htmlSupport: { htmlSupport: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment