django-object-actions icon indicating copy to clipboard operation
django-object-actions copied to clipboard

Better support for the button as a link case

Open crccheck opened this issue 7 years ago • 0 comments

This is a common use case: Creating a button that's just a link somewhere. Django's "View on site" does this with a redirect. That's the way this documents how to do it too: https://github.com/crccheck/django-object-actions#more-examples

But when I do this, I link off site. It'd be nice to handle this natively for security:

  • user knows the url they're going to visit
  • noreferrer
  • rel=noopener

crccheck avatar Apr 10 '18 05:04 crccheck