Permalink
Please
sign in to comment.
Browse files
feat(security): use rel="noopener noreferrer" with all target="_blank"
- Loading branch information
Showing
with
49 additions
and 31 deletions.
- +18 −0 documentation/content/101 Quick Start/security.md
- +1 −1 documentation/content/Components/add-license.md
- +1 −1 documentation/pelicanconf.py
- +1 −1 templates/_includes/article_author.html
- +3 −3 templates/_includes/footer.html
- +3 −3 templates/_includes/share_links.html
- +21 −21 templates/_includes/social_links.html
- +1 −1 templates/_includes/stat_counter.html
@@ -0,0 +1,18 @@ | ||
Title: Elegant Is Safe | ||
Tags: security, | ||
Category: 101 — Quick Start | ||
Date: 2019-12-02 11:45 | ||
Slug: elegant-is-safe | ||
Subtitle: | ||
Summary: | ||
Keywords: | ||
Authors: Talha Mansoor | ||
|
||
Static sites are usually safer than server side rendered sites. There can be some edge cases though even for a static site. | ||
|
||
We came to know about a potential security issue that involves, `target="_blank"`. We have updated our code to follow the recommended fix. | ||
|
||
You can read more about the issue and its fix at these links, | ||
|
||
1. [About rel=noopener](https://mathiasbynens.github.io/rel-noopener/) | ||
1. [react/jsx-no-target-blank](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-target-blank.md) |
0 comments on commit
4c843e9