diff --git a/resources/assets/javascripts/chunks/wysiwyg.js b/resources/assets/javascripts/chunks/wysiwyg.js
index e2ade1ef54c2e1f2739510457509ba15ae96f537..4d53733e071185a157629fb9ee372d14c246df26 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 )
             }
         }
     },