From e4701c646cffd5b5e8d7363cde9d04d1456a80f7 Mon Sep 17 00:00:00 2001 From: gladoscc Date: Thu, 1 Jan 2015 22:19:06 +1100 Subject: [PATCH] Document OutputPage::$mPreventClickjacking Change-Id: I3b4f967743c810c5cbef094b3e30807cf0a668ca --- includes/OutputPage.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.20.1