From: Brian Wolff Date: Fri, 28 Oct 2016 05:26:27 +0000 (+0000) Subject: Add $wgCSPFalsePositiveUrls to release notes X-Git-Tag: 1.31.0-rc.0~4934 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=878c63ab083134f1570627cf9c702b86c571a2dc;p=lhc%2Fweb%2Fwiklou.git Add $wgCSPFalsePositiveUrls to release notes Follow up d84479c4. Change-Id: I604bdd601b9b1e36964342eed3858336e683d769 --- diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index e04bb17374..b5dc3f9b63 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -40,6 +40,8 @@ production. away from. If you depend upon magic link functionality, it is requested that you comment on 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.