$message = '<info><comment>x-frame-options</comment> has correct value.</info>';
19
} else {
20
$status = Result::STATUS_ERROR;
21
$message = "<error><comment>x-frame-options</comment> has incorrect value. It should be either 'deny', 'sameorigin', '*' or 'allow-from https://hostname'.</error>";