paul-tqh-nguyen / arxiv_as_a_newspaper

arxiv.org portrayed as if it were a news paper.
0 stars 0 forks source link

Address Security Warnings #49

Closed paul-tqh-nguyen closed 5 years ago

paul-tqh-nguyen commented 5 years ago
./src/Components/ArticleColumnContainer.js
  Line 11:  Using target="_blank" without rel="noopener noreferrer" is a security risk: see https://mathiasbynens.github.io/rel-noopener  react/jsx-no-target-blank
  Line 17:  Using target="_blank" without rel="noopener noreferrer" is a security risk: see https://mathiasbynens.github.io/rel-noopener  react/jsx-no-target-blank

Seems like quick fix.

paul-tqh-nguyen commented 5 years ago

https://github.com/paul-tqh-nguyen/arxiv_as_a_newspaper/commit/0db64b8f95084836ab213f52a3646375a3bb435c is a simple fix to address this problem.