From: gladoscc Date: Thu, 1 Jan 2015 11:19:06 +0000 (+1100) Subject: Document OutputPage::$mPreventClickjacking X-Git-Tag: 1.31.0-rc.0~12822 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=e4701c646cffd5b5e8d7363cde9d04d1456a80f7;p=lhc%2Fweb%2Fwiklou.git Document OutputPage::$mPreventClickjacking Change-Id: I3b4f967743c810c5cbef094b3e30807cf0a668ca --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 259e280851..07fa94bfa5 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -247,8 +247,9 @@ class OutputPage extends ContextSource { protected $mSquidMaxage = 0; /** - * @var bool - * @todo Document + * @var bool Controls if anti-clickjacking / frame-breaking headers will + * be sent. This should be done for pages where edit actions are possible. + * Setters: $this->preventClickjacking() and $this->allowClickjacking(). */ protected $mPreventClickjacking = true;