naturalcrit / homebrewery

Create authentic looking D&D homebrews using only markdown
https://homebrewery.naturalcrit.com
MIT License
1.03k stars 316 forks source link

Add hooks to save and partially clean the target href tag from dompurify #3507

Open dbolack-ab opened 3 weeks ago

dbolack-ab commented 3 weeks ago

This adds a pre and post hook to preserve target attributes on A tags.

Additionally, this adds rel="noopener" if the target is set to _blank.

Based on recommended solutions in the DOMPurify git issues..