Add $wgCSPFalsePositiveUrls to release notes
authorBrian Wolff <bawolff+wn@gmail.com>
Fri, 28 Oct 2016 05:26:27 +0000 (05:26 +0000)
committerBrian Wolff <bawolff+wn@gmail.com>
Mon, 7 Nov 2016 22:07:30 +0000 (22:07 +0000)
Follow up d84479c4.

Change-Id: I604bdd601b9b1e36964342eed3858336e683d769

RELEASE-NOTES-1.28

index e04bb17..b5dc3f9 100644 (file)
@@ -40,6 +40,8 @@ production.
   away from. If you depend upon magic link functionality, it is requested that you comment
   on <https://www.mediawiki.org/wiki/Requests_for_comment/Future_of_magic_links> and
   explain your use case(s).
+* New config variable $wgCSPFalsePositiveUrls to control what URLs to ignore
+  in upcoming Content-Security-Policy feature's reporting.
 
 === New features in 1.28 ===
 * User::isBot() method for checking if an account is a bot role account.