Extension to add JavaScript to all pages to add target="_blank" to all outgoing links & downloads
An extension to automatically add JavaScript on all pages to add target="_blank" to all outgoing links,
as well as "download links" such as PDF, ZIP, TAR, DOC, PPT and Excel files.
For security, it also adds rel="[noopener]
to the outbound links to prevent cross-site exploit (see here).
For SilverStripe 3, please refer to the SilverStripe3 branch.
Installation can be done either by composer or by manually downloading a release.
composer require "axllent/silverstripe-links-to-blank"
By default the module will automatically include some compressed inline JavaScript into your page.
If you prefer to include this as a separate JavaScript asset instead then you can define this in a yaml config
(eg: mysite/_config/config.yml
):
Axllent\LinksToBlank\LinksToBlank:
inline: false
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem