govuk_app_config 1.15.1 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 129490131783eefa8cf46bf9ac482836bfb0fb1eece9107c713dc656e4aa894e
4
- data.tar.gz: a93fb1dd48fb013b268eb1fb161364b35920ec714df2702503d914bc80e0c883
3
+ metadata.gz: e45fb918a28fd76c2641575327e15f26c73af5e3cf89af5c324423d6725943fb
4
+ data.tar.gz: eba39d0906fe77e1cf80f3ea5cfa1b5f7ad16c7627c0d6a345f22d4f10d44268
5
5
  SHA512:
6
- metadata.gz: 78afac621a832fb8245e7e7474bee2533559cebf6e8f7f6daea5f87da459a01cbe0c254856929d4820bd680fc80236587b0c5df98372537eb4564af87a7c7c57
7
- data.tar.gz: 68f8d2ee2a960f5d79ad2a4804ff2aa9d5932614e3f30987a2ccccd4377fcf294de94a3eb1eb323ceb80986725d9ac61e439022c234015339cc69c53c371ed79
6
+ metadata.gz: 755ffe8afcf84ed9437f9f7e767101e533a3ce5d848c3f6299f04a4541b9743a3c4027b93e741e55ae5f8532db4f70a57e4a169c00b984cc031dbf25ed7c4266
7
+ data.tar.gz: 2874efa4dfcd4e104dd7f7732f4fabb61b418c9cfc7211f1d2803ef73a35abe78b54fbf8a401b5aed3d32f170c2718f9ee521c574266740ee2b115bd6e44430a
@@ -1,3 +1,7 @@
1
+ # 1.16.0
2
+
3
+ * Add a DoubleClick domain to our content security policy.
4
+
1
5
  # 1.15.1
2
6
 
3
7
  * Fix the `UNICORN_TIMEOUT` setting, which previously resulted in a
data/README.md CHANGED
@@ -116,7 +116,7 @@ check docs](docs/healthchecks.md) for more information on how to use it.
116
116
  In Rails applications, the application will be configured to send JSON-formatted
117
117
  logs to `STDOUT` and unstructed logs to `STDERR`.
118
118
 
119
- ## Content Security Policy generation
119
+ ## Content Security Policy generation
120
120
 
121
121
  For frontend apps, configuration can be added to generate and serve a
122
122
  content security policy header. The policy is report only when the Rails
@@ -13,7 +13,7 @@ module GovukContentSecurityPolicy
13
13
 
14
14
  GOVUK_DOMAINS = "'self' *.publishing.service.gov.uk localhost".freeze
15
15
 
16
- GOOGLE_ANALYTICS_DOMAINS = "www.google-analytics.com ssl.google-analytics.com".freeze
16
+ GOOGLE_ANALYTICS_DOMAINS = "www.google-analytics.com ssl.google-analytics.com stats.g.doubleclick.net".freeze
17
17
 
18
18
  def self.build
19
19
  policies = []
@@ -1,3 +1,3 @@
1
1
  module GovukAppConfig
2
- VERSION = "1.15.1"
2
+ VERSION = "1.16.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_app_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.1
4
+ version: 1.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-04-11 00:00:00.000000000 Z
11
+ date: 2019-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-xray-sdk
@@ -236,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
236
236
  - !ruby/object:Gem::Version
237
237
  version: '0'
238
238
  requirements: []
239
- rubygems_version: 3.0.1
239
+ rubygems_version: 3.0.3
240
240
  signing_key:
241
241
  specification_version: 4
242
242
  summary: Base configuration for GOV.UK applications