THE INFORMATION IN THIS ARTICLE APPLIES TO:
DISCUSSION
Customize WTC referrer policy header
In the AdvancedProperties.json file, you can add a property to turn off this header or change attributes.
Value name: EnableHTTPReferrerPolicyHeader
Type: bool; true = enabled (default if missing); false = disabled
Value name: HTTPReferrerPolicyAttributeString
Type: string; Admins can enter whatever string they want, including "" (blank). EFT will return whatever string is provided, or empty string if set to "". If missing, then it defaults to "no-referrer";
For example:
{
"EnableHTTPReferrerPolicyHeader": true,
"HTTPReferrerPolicyAttributeString" : "test referrer header"
}
For more information about Advance Properties, refer to
the online help for your version of EFT.