osmlab / changeset-map

Visualise a changeset on a map
http://osmlab.github.io/changeset-map/
ISC License
34 stars 12 forks source link

target=_blank: add noopener to fix eslint error #243

Closed tordans closed 3 years ago

tordans commented 3 years ago

This solves the following ESLint error:

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