mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 12:42:28 +02:00
Add external link defaults for markdown
Protects us against attacks described [here](https://mathiasbynens.github.io/rel-noopener/). The defaults set by the [plugin](https://github.com/JLongley/gatsby-remark-external-links) are 'target=_blank' and 'rel=nofollow noopener noreferrer'.
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
"gatsby-plugin-sitemap": "^2.2.0",
|
||||
"gatsby-remark-autolink-headers": "^2.1.0",
|
||||
"gatsby-remark-copy-linked-files": "^2.1.0",
|
||||
"gatsby-remark-external-links": "0.0.4",
|
||||
"gatsby-remark-images": "^3.1.2",
|
||||
"gatsby-remark-katex": "^3.1.0",
|
||||
"gatsby-remark-prismjs": "^3.3.0",
|
||||
|
Reference in New Issue
Block a user