From a0523d9653af21ed4c6f81ed00545603e3a63611 Mon Sep 17 00:00:00 2001 From: Muescha <184316+muescha@users.noreply.github.com> Date: Tue, 14 Apr 2020 16:15:33 +0200 Subject: [PATCH 1/2] fix local links --- docs/docs/security-in-gatsby.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/security-in-gatsby.md b/docs/docs/security-in-gatsby.md index 9959eb19fe742..bc9a625d17478 100644 --- a/docs/docs/security-in-gatsby.md +++ b/docs/docs/security-in-gatsby.md @@ -156,7 +156,7 @@ currently there is a [compatibility issue](https://github.com/gatsbyjs/gatsby/is ## Other Resources - [Security for Modern Web Frameworks](https://www.gatsbyjs.org/blog/2019-04-06-security-for-modern-web-frameworks/) -- [Docs React: DOM Elements](https://reactjs.org/docs/dom-elements.html#dangerouslysetinnerhtml) +- [Docs ReactJS: DOM Elements](https://reactjs.org/docs/dom-elements.html#dangerouslysetinnerhtml) - [OWASP XSS filter evasion cheatsheet](https://owasp.org/www-community/xss-filter-evasion-cheatsheet) - [OWASP CSRF prevention cheat sheet](https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html#samesite-cookie-attribute) - [Warn for JavaScript: URLs in DOM sinks #15047](https://github.com/facebook/react/pull/15047) From e6cefefef66ff9ced29cb280bbbdc2e3db13f610 Mon Sep 17 00:00:00 2001 From: Muescha <184316+muescha@users.noreply.github.com> Date: Tue, 14 Apr 2020 16:58:27 +0200 Subject: [PATCH 2/2] fix remove local domain --- docs/docs/security-in-gatsby.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/security-in-gatsby.md b/docs/docs/security-in-gatsby.md index bc9a625d17478..bcb751a70e50d 100644 --- a/docs/docs/security-in-gatsby.md +++ b/docs/docs/security-in-gatsby.md @@ -155,8 +155,8 @@ currently there is a [compatibility issue](https://github.com/gatsbyjs/gatsby/is ## Other Resources -- [Security for Modern Web Frameworks](https://www.gatsbyjs.org/blog/2019-04-06-security-for-modern-web-frameworks/) -- [Docs ReactJS: DOM Elements](https://reactjs.org/docs/dom-elements.html#dangerouslysetinnerhtml) +- [Security for Modern Web Frameworks](/blog/2019-04-06-security-for-modern-web-frameworks/) +- [Docs React: DOM Elements](https://reactjs.org/docs/dom-elements.html#dangerouslysetinnerhtml) - [OWASP XSS filter evasion cheatsheet](https://owasp.org/www-community/xss-filter-evasion-cheatsheet) - [OWASP CSRF prevention cheat sheet](https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html#samesite-cookie-attribute) - [Warn for JavaScript: URLs in DOM sinks #15047](https://github.com/facebook/react/pull/15047)