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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/govuk_app_config/govuk_content_security_policy.rb +2 -0
- data/lib/govuk_app_config/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4070dacf5d5f480b4211a1ee04594861489210afd9576fb7c02cead0bdfd46a0
|
|
4
|
+
data.tar.gz: 49d9035d399e5789f7e9d9736165d2d3d92797ca71dd67b03980526c4d31956a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2022-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: logstasher
|