Skip to content

Commit 29402d0

Browse files
authored
Merge pull request #1522 from orsolyaDekany/1521-fix
fix: add 'rel' attribute to the generated links
2 parents 7b1a150 + 37dadeb commit 29402d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/link.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Link.prototype = {
8585
{
8686
'data-cke-saved-href': URI,
8787
href: URI,
88+
'rel': 'noopener noreferrer',
8889
},
8990
attrs
9091
);

0 commit comments

Comments
 (0)