govuk_app_config 4.4.1 → 4.4.2

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: eb506313e290785cf67cdecc360b8c6ba266094d05b1c2f9dcf855d57f5cb91f
4
- data.tar.gz: a35c48a545dcb92963700ef26d2bad0452f9d7aec9f431788d7552a5c26984ac
3
+ metadata.gz: 4070dacf5d5f480b4211a1ee04594861489210afd9576fb7c02cead0bdfd46a0
4
+ data.tar.gz: 49d9035d399e5789f7e9d9736165d2d3d92797ca71dd67b03980526c4d31956a
5
5
  SHA512:
6
- metadata.gz: 8cfebe4bfa7484068b432ee2629e65950f22ddba009e004dac325aa453301f40506f5f8194deb9de61a6b610b5d2ceb1945d875ac16230691737f3d6fbb7f2f3
7
- data.tar.gz: eac23452670a9b4cee3c613b9e7f9914dd3a4fa5887875add19f92c78676d3edac499e3c31f6f4eeed4d6b18e9f0ce514d1ff4acc8184f52b2c9480b452e311f
6
+ metadata.gz: '063394901e194d28b899097d489d6b696febd420ffb186ea0ab6d146c577d9b74511487b85e8b35c3d17f61aa9f92e616e968367d82254f1ddebb4157b845b2a'
7
+ data.tar.gz: a909ab411a5eb74ce123e776d9e46241a0ccd2e3dfebdaa971d8e5e9cd9106ff100b354a6ce66a68eb5787449bbbc106e28af99227229676f9a2f69b5c301d15
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 4.4.2
2
+
3
+ - Update HMPO webchat address in security policy ([#225](https://github.com/alphagov/govuk_app_config/pull/225)).
4
+
1
5
  # 4.4.1
2
6
 
3
7
  - Fix issue where GovukPrometheusExporter module prevented the gem to load due to missing constant "PrometheusExporter" ([#224](https://github.com/alphagov/govuk_app_config/pull/224)).
@@ -77,6 +77,8 @@ module GovukContentSecurityPolicy
77
77
  "hmrc-uk.digital.nuance.com",
78
78
  # Allow JSON call to klick2contact - HMPO web chat provider
79
79
  "hmpowebchat.klick2contact.com",
80
+ # Allow JSON call to Eckoh - HMPO web chat provider
81
+ "omni.eckoh.uk",
80
82
  # Allow connecting to Verify to check whether the user is logged in
81
83
  "www.signin.service.gov.uk"
82
84
 
@@ -1,3 +1,3 @@
1
1
  module GovukAppConfig
2
- VERSION = "4.4.1".freeze
2
+ VERSION = "4.4.2".freeze
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: 4.4.1
4
+ version: 4.4.2
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: 2022-03-04 00:00:00.000000000 Z
11
+ date: 2022-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstasher