diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-14 19:59:45 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-14 19:59:45 -0400 |
commit | ba1875c56a89edcd896184ab6b9734ce36f70e15 (patch) | |
tree | 9a022c318d8465ecb0527f53da21cf051ade304e /ext/bg/guide.html | |
parent | ec816e676771b53f6eb2c9c68e1742830c9fd194 (diff) |
Add rel="noopener" to all anchors with target="_blank"
Diffstat (limited to 'ext/bg/guide.html')
-rw-r--r-- | ext/bg/guide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/guide.html b/ext/bg/guide.html index 6f98d264..7ec1d8d9 100644 --- a/ext/bg/guide.html +++ b/ext/bg/guide.html @@ -15,7 +15,7 @@ <p> Read the steps below to get up and running with Yomichan. For complete documentation, - visit the <a href="https://foosoft.net/projects/yomichan/" target="_blank">official homepage</a>. + visit the <a href="https://foosoft.net/projects/yomichan/" target="_blank" rel="noopener">official homepage</a>. </p> <ol> |