Skip to content

Disable XFrame Options Header

Key: qie.disableXFrameOptionsHeader

Env Var: QIE_DISABLEXFRAMEOPTIONSHEADER

Default: false

Scope: Global

Description: This disables the X-Frame-Options=SAMEORIGIN header from being used in QIE so that the engine will run inside of an iFrame.

Examples

Env Var

QIE_DISABLEXFRAMEOPTIONSHEADER=true

Java Option

-Dqie.disableXFrameOptionsHeader=true

YAML

QIE_DISABLEXFRAMEOPTIONSHEADER: true