Skip to content

Custom HTTP Security Headers File

Key: qie.customSecurityHeadersFile

Env Var: QIE_CUSTOMSECURITYHEADERSFILE

Scope: Global

Description: This option is used with the useCustomSecurityHeaders options to specify a custom set of HTTP headers to use on the QIE console. When using this option, the standard security headers are no longer used, and it is assumed that they will be added to this file. This option is a reference to a file on disk that the QIE service will read up. Each line of the file is one header in the format '{header_name}={header_value}'.

Examples

Env Var

QIE_CUSTOMSECURITYHEADERSFILE="C:\Program Data\QIE\custom_headers.txt"

Java Option

-Dqie.customSecurityHeadersFile="C:\Program Data\QIE\custom_headers.txt"

YAML

QIE_CUSTOMSECURITYHEADERSFILE: "C:\Program Data\QIE\custom_headers.txt"