N°3317 - Add http headers

This commit is contained in:
Eric
2020-09-29 14:11:11 +02:00
parent 5a46bb8461
commit d86e904e18

View File

@@ -558,6 +558,7 @@ abstract class Controller
{
case 'html':
$this->m_oPage = new iTopWebPage($this->GetOperationTitle());
$this->m_oPage->add_header('X-Frame-Options: deny');
break;
case 'ajax':