We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f773577 commit d5b4766Copy full SHA for d5b4766
src/components/LicenseText.vue
@@ -87,7 +87,8 @@ export default {
87
const creatorAttrs = { property: 'cc:attributionName' }
88
if (this.isCreatorLink) {
89
creatorAttrs.href = this.creatorProfileUrl
90
- creatorAttrs.rel = 'cc:attributionURL'
+ creatorAttrs.rel = 'cc:attributionURL noopener noreferrer'
91
+ creatorAttrs.target = '_blank'
92
}
93
return creatorAttrs
94
},
@@ -121,7 +122,8 @@ export default {
121
122
123
if (workUrl) {
124
workAttrs.href = workUrl
- workAttrs.rel = 'cc:attributionURL'
125
+ workAttrs.rel = 'cc:attributionURL noopener noreferrer'
126
+ workAttrs.target = '_blank'
127
128
return workAttrs
129
0 commit comments