We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bdfc74 commit a09efdaCopy full SHA for a09efda
javascripts/airgap-links.js
@@ -10,5 +10,6 @@ export default function airgapLinks () {
10
externaLinks.forEach(link => {
11
link.classList.add('tooltipped')
12
link.setAttribute('aria-label', 'This link may not work in this environment.')
13
+ link.setAttribute('rel', 'noopener')
14
})
15
}
0 commit comments