From: Kunal Mehta Date: Thu, 20 Nov 2014 18:10:02 +0000 (-0800) Subject: Add @since 1.25 to $wgMangleFlashPolicy documentation X-Git-Tag: 1.31.0-rc.0~13226 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/%24wgLogo?a=commitdiff_plain;h=48311d36b8d1ba574829e0059898263566832142;p=lhc%2Fweb%2Fwiklou.git Add @since 1.25 to $wgMangleFlashPolicy documentation Change-Id: I2b2c3b3f5ebe501bfb5fed39264345077895c26b --- 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;