Automattic / liveblog

Liveblogging done right. Using WordPress.
https://wordpress.org/plugins/liveblog/
311 stars 122 forks source link

Fix error about _blank window target #662

Open philipjohn opened 4 years ago

philipjohn commented 4 years ago

When building, NPM reports the following error:

error Using target="_blank" without rel="noopener noreferrer" is a security risk: see https://mathiasbynens.github.io/rel-noopener react/jsx-no-target-blank

This change fixes that by adding the required rel attribute to the link.