aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorRon Lucke <lucke@elan-ev.de>2023-03-22 12:10:07 +0000
committerDavid Siegfried <david.siegfried@uni-vechta.de>2023-03-22 12:10:07 +0000
commit8ffa565271931d81b9244c921c942011fdf3654c (patch)
treef510f0344566d8d05e34953dd940f30f44c31ae8 /resources
parent4f02550a72c97800d644b9b92366cdfae97b6eee (diff)
fix #2058
Closes #2058 Merge request studip/studip!1570
Diffstat (limited to 'resources')
-rw-r--r--resources/assets/javascripts/chunks/wysiwyg.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/resources/assets/javascripts/chunks/wysiwyg.js b/resources/assets/javascripts/chunks/wysiwyg.js
index e2ade1e..4d53733 100644
--- a/resources/assets/javascripts/chunks/wysiwyg.js
+++ b/resources/assets/javascripts/chunks/wysiwyg.js
@@ -247,11 +247,7 @@ ClassicEditor.defaultConfig = {
decorators: {
addTargetToExternalLinks: {
mode: 'automatic',
- callback: url => /^(https?:)?\/\//.test( url ),
- attributes: {
- target: '_blank',
- rel: 'noopener noreferrer'
- }
+ callback: url => /^(https?:)?\/\//.test( url )
}
}
},