Quantcast
Channel: GlobalSCAPE Knowledge Base
Viewing all articles
Browse latest Browse all 785

Customize WTC referrer policy header

$
0
0

THE INFORMATION IN THIS ARTICLE APPLIES TO:

  • EFT v8 and later

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"
}


Viewing all articles
Browse latest Browse all 785

Trending Articles