diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-11-22 08:24:07 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-11-25 12:25:59 +0000 |
commit | f0d7a3babca129a8ffd6d7aa4de9aaa74df475ed (patch) | |
tree | 37e622e6d9efc9616d20e83398847f28b9db2671 /CHANGELOG.md | |
parent | 399a38c4636fac6ce4a2eb21053604ba74309a36 (diff) |
Add configuration for setting CSP header.
This allows you to output a working Content-Security-Policy header, with
optional third-party domains, by setting a new CONTENT_SECURITY_POLICY
configuration option.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f85991373..48cc45027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,7 @@ - Sass variables for default link colour and decoration. - Make contact edit note optional on staging sites. - Store email addresses report sent to on the report. + - Add configuration for setting Content-Security-Policy header. - Open311 improvements: - Support use of 'private' service definition <keywords> to mark reports made in that category private. #2488 |