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:
Vincent Taverna
2019-07-11 17:47:27 -04:00
parent 679b854945
commit 66d0671c3d
3 changed files with 325 additions and 1 deletions

View File

@@ -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",