mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-09 15:15:58 +08:00
using noopener on anchors
This commit is contained in:
parent
bab0507f55
commit
7fa072e36f
4 changed files with 13 additions and 3 deletions
|
@ -43,7 +43,7 @@ $(document).ready(() => {
|
|||
}
|
||||
if (!window.localStorage.getItem("merchbannerclosed")) {
|
||||
Notifications.addBanner(
|
||||
`Check out our merchandise, available at <a target="_blank" href="https://monkeytype.store/">monkeytype.store</a>`,
|
||||
`Check out our merchandise, available at <a target="_blank" rel="noopener" href="https://monkeytype.store/">monkeytype.store</a>`,
|
||||
1,
|
||||
"./images/merch2.png",
|
||||
false,
|
||||
|
|
|
@ -2417,7 +2417,11 @@
|
|||
Generate Ape Keys to access certain API endpoints
|
||||
<span style="display: inline-flex">
|
||||
(
|
||||
<a href="https://api.monkeytype.com/documentation" target="_blank">
|
||||
<a
|
||||
href="https://api.monkeytype.com/documentation"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>
|
||||
documentation
|
||||
</a>
|
||||
).
|
||||
|
|
|
@ -996,6 +996,7 @@
|
|||
class="button"
|
||||
target="_blank"
|
||||
href="mailto:jack@monkeytype.com?subject=[Question] "
|
||||
rel="noopener"
|
||||
>
|
||||
<div class="icon"><i class="fas fa-question-circle"></i></div>
|
||||
<div class="textGroup">
|
||||
|
@ -1007,6 +1008,7 @@
|
|||
class="button"
|
||||
target="_blank"
|
||||
href="mailto:jack@monkeytype.com?subject=[Feedback] "
|
||||
rel="noopener"
|
||||
>
|
||||
<div class="icon"><i class="fas fa-comment-dots"></i></div>
|
||||
<div class="textGroup">
|
||||
|
@ -1018,6 +1020,7 @@
|
|||
class="button"
|
||||
target="_blank"
|
||||
href="mailto:jack@monkeytype.com?subject=[Bug] "
|
||||
rel="noopener"
|
||||
>
|
||||
<div class="icon"><i class="fas fa-bug"></i></div>
|
||||
<div class="textGroup">
|
||||
|
@ -1029,6 +1032,7 @@
|
|||
class="button"
|
||||
target="_blank"
|
||||
href="mailto:jack@monkeytype.com?subject=[Account] "
|
||||
rel="noopener"
|
||||
>
|
||||
<div class="icon"><i class="fas fa-user-circle"></i></div>
|
||||
<div class="textGroup">
|
||||
|
@ -1040,6 +1044,7 @@
|
|||
class="button"
|
||||
target="_blank"
|
||||
href="mailto:jack@monkeytype.com?subject=[Business] "
|
||||
rel="noopener"
|
||||
>
|
||||
<div class="icon"><i class="fas fa-briefcase"></i></div>
|
||||
<div class="textGroup">
|
||||
|
@ -1051,6 +1056,7 @@
|
|||
class="button"
|
||||
target="_blank"
|
||||
href="mailto:jack@monkeytype.com?subject=[Other] "
|
||||
rel="noopener"
|
||||
>
|
||||
<div class="icon"><i class="fas fa-ellipsis-h"></i></div>
|
||||
<div class="textGroup">
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
availability of Monkeytype services, please send your disclosure via
|
||||
(1)
|
||||
<span style="display: inline-flex">
|
||||
<a href="mailto:jack@monkeytype.com">email</a>
|
||||
<a href="mailto:jack@monkeytype.com" rel="noopener">email</a>
|
||||
,
|
||||
</span>
|
||||
or (2) ping
|
||||
|
|
Loading…
Add table
Reference in a new issue