silent1mezzo / astro-social-share

Social media share buttons for Astro
https://astro-social-share.mckerlie.com
MIT License
45 stars 5 forks source link

Add rel="noopener noreferrer" to prevent tab nabbing #7

Closed gilesbutler closed 11 months ago

gilesbutler commented 11 months ago

Hi there,

Thanks for the handy extension. Can you add rel="noopener noreferrer" to all the links? Or make it optional?

Add the rel="noopener noreferrer" attribute to external links that open in a new tab or window. This prevents the newly opened tab from having access to the referring tab, which can help mitigate tabnabbing.

We can't use the extension till it supports this as it fails our security rules unfortunately.

Thanks

silent1mezzo commented 11 months ago

@gilesbutler thanks for the report. I'll add it and cut a release Sunday or Monday.

gilesbutler commented 11 months ago

Awesome, thanks @silent1mezzo 👍

silent1mezzo commented 11 months ago

@gilesbutler just published v1.1.0 that contains this on all of the links.

gilesbutler commented 11 months ago

Amazing, thank you @silent1mezzo! Awesome stuff, really appreciate the fast turnaround 🙏