Skip to content

Commit a09efda

Browse files
authored
fix: add rel noopener to aitgap-links.js
1 parent 4bdfc74 commit a09efda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascripts/airgap-links.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ export default function airgapLinks () {
1010
externaLinks.forEach(link => {
1111
link.classList.add('tooltipped')
1212
link.setAttribute('aria-label', 'This link may not work in this environment.')
13+
link.setAttribute('rel', 'noopener')
1314
})
1415
}

0 commit comments

Comments
 (0)