diff --git a/config/vanilla/config.php b/config/vanilla/config.php index 02ade6d..32a110e 100644 --- a/config/vanilla/config.php +++ b/config/vanilla/config.php @@ -1,6 +1,9 @@ addJsFile('embed_local.js'); } } else { - $sender->setHeader('X-Frame-Options', 'SAMEORIGIN'); + // FIX: MFE-9 issue: add this header sporadically + // $sender->setHeader('X-Frame-Options', 'SAMEORIGIN'); }