Skip to main content

X-Frame Options

This setting is available in small, large and dynamic(aksela) resource types.

Parameters

Description

Type

Required

organization_uuid

The created organization in Medianova Cloud Panel unit ID value. Path parameter.

String

Yes

resource_uuid

The created resource in Medianova Cloud Panel unit ID value. Path parameter.

String

Yes

status_x_frame

The values of the status_x_frame must be any of the; “true”, “false”.

Boolean

Yes

trusted_domains

If status_x_frame is true, trusted_domains is entered. If status_x_frame is true, trusted_domains is required.

Array

Yes

Payload

CODE
{
    "resource_uuid": "****-***-****-*****",
    "status_x_frame": true,
    "trusted_domains": [
        "domain1.com",
        "domain2.com",
        "domain3.com"
    ]
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.