@@ -7,10 +7,13 @@ use Drupal\Core\StringTranslation\StringTranslationTrait;
/**
* The basic "Referrer policy" meta tag.
*
* Note that this meta tag serves the same purpose as the HTTP header
* "Referrer-Policy", so both are not needed.
*
* @MetatagTag(
* id = "referrer",
* label = @Translation("Referrer policy"),
* description = @Translation("Indicate to search engines and other page scrapers whether or not links should be followed. See <a href='https://w3c.github.io/webappsec/specs/referrer-policy/'>the W3C specifications</a> for further details."),
* description = @Translation("Indicate to search engines and other page scrapers whether or not links should be followed. See <a href='https://w3c.github.io/webappsec/specs/referrer-policy/'>the W3C specifications</a> for further details. Note: this serves the same purpose as the HTTP header by the same name."),