souramoo / commentoplusplus

Commento with out of the box patches and updates to add useful features and fixes. Also with one-click deploy to Heroku so you can get up and running fast.
MIT License
389 stars 62 forks source link

Fix cross origin link #54

Closed TannerGabriel closed 3 years ago

TannerGabriel commented 3 years ago

Links to cross-origin destinations are unsafe if the rel=noreferrer or rel=noopener parameter is not set.

Fixes

Part of #51

souramoo commented 3 years ago

Thanks! LGTM, merging!