From 48311d36b8d1ba574829e0059898263566832142 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 20 Nov 2014 10:10:02 -0800 Subject: [PATCH] Add @since 1.25 to $wgMangleFlashPolicy documentation Change-Id: I2b2c3b3f5ebe501bfb5fed39264345077895c26b --- includes/DefaultSettings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f93737cdff..f83c402386 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3199,6 +3199,8 @@ $wgEnableCanonicalServerLink = false; * . Without this, an attacker can send their own * cross-domain policy unless it is prevented by the crossdomain.xml file at * the domain root. + * + * @since 1.25 */ $wgMangleFlashPolicy = true; -- 2.20.1