Add %HTML.TargetNoreferrer, which adds rel="noreferrer" when target attribute is set
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / HTML.TargetNoreferrer.txt
blobcb5a0b0e5e152e4790ae27f46bbef2be7ce0a7e6
1 HTML.TargetNoreferrer
2 TYPE: bool
3 VERSION: 4.8.0
4 DEFAULT: TRUE
5 --DESCRIPTION--
6 If enabled, noreferrer rel attributes are added to links which have
7 a target attribute associated with them.  This prevents malicious
8 destinations from overwriting the original window.
9 --# vim: et sw=4 sts=4