Global HTTP(S) Headers

These headers will be added to all HTTP responses.

General Information

Domain

TcHmiSrv

Full symbol path

TcHmiSrv.Config::GLOBALHTTPHEADERS

Category

Webserver

Property is hidden

No

Contained in every configuration by default

No

Schema

Type

string

Format

multiline

Default value

{LASTMODIFIED}
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Content-Type-Options: nosniff
Content-Security-Policy: frame-ancestors 'self'

JSON Schema

{
    "category": "CATEGORY_WEBSERVER",
    "configDescription": "DESC_GLOBAL_HTTP_HEADERS",
    "default": "{LASTMODIFIED}\nStrict-Transport-Security: max-age=31536000; includeSubDomains\nX-Content-Type-Options: nosniff\nContent-Security-Policy: frame-ancestors 'self'",
    "format": "multiline",
    "propertyOrder": 16,
    "type": "string"
}