We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c1c9c commit 05f0e64Copy full SHA for 05f0e64
1 file changed
src/generators/jsx-ast/utils/buildContent.mjs
@@ -90,6 +90,7 @@ export const createSourceLink = sourceLink => {
90
{
91
href: `${populate(GITHUB_BLOB_URL, config)}${sourceLink}`,
92
target: '_blank',
93
+ rel: 'noopener noreferrer',
94
},
95
[
96
sourceLink,
0 commit comments