Add rel noopener, noreferrer, nofollow to docs header links (#6944)

This commit is contained in:
rhymes 2020-04-01 05:15:58 +02:00 committed by GitHub
parent 95f18b4592
commit cca97df218
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,22 +6,26 @@
{
"title": "Repo",
"href": "https://github.com/thepracticaldev/dev.to",
"target": "_blank"
"target": "_blank",
"rel": "noopener noreferrer nofollow"
},
{
"title": "DEV",
"href": "https://dev.to",
"target": "_blank"
"target": "_blank",
"rel": "noopener noreferrer nofollow"
},
{
"title": "Ruby doc",
"href": "http://docs.dev.to/ruby-doc",
"target": "_blank"
"target": "_blank",
"rel": "noopener noreferrer nofollow"
},
{
"title": "API doc",
"href": "http://docs.dev.to/api",
"target": "_blank"
"target": "_blank",
"rel": "noopener noreferrer nofollow"
}
]
}