govuk_app_config 9.23.6 → 9.23.7

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: 52d53fdb0852ec063080eb98195dc91bb9210e4773f7eb94a0fa9ab9bb99108f
4
- data.tar.gz: 47c0f75dcedda9ab4aaf2b12f76d75a9e780921f92adfc8a607178bb3a2a3619
3
+ metadata.gz: c4ecfad2cef7d2b3b5997c6033f5392db9b96d6af192ddf37cee007057192a0e
4
+ data.tar.gz: adbf2dee86d8ddde7a8b1c21528c09c53223c30489c991d68640b86439dd00a2
5
5
  SHA512:
6
- metadata.gz: 2fa63bd83dd2ec29d0579f91b211fb306597b38f1a27c9f00416a166f6c32db4b53a4bbc1f4e71cf8fa918652bbc78c577183190f82114ffeb59e6363a1df31a
7
- data.tar.gz: 6910ae3bab51c149f2d703f0b3fbdb0adef56415e199507c159a3e24919e13cc68145fc234a1546c8df3fa6dd85ea356305f9c29964b0db4678eda5499e2d909
6
+ metadata.gz: 9df67907927e9598504d86cfcbab91ca84c2b86c2337a033c55b5d4be4690f1142db6b37369a1f4f6391da69310599e75c9bc480ffc0f8d4091527236e7c0c34
7
+ data.tar.gz: e8cb71ed93f917e7be8a077bd96883f33cee2d75ec0add53f24af52c357f3dd2099bc37d7a492ea416e743d502539d1ccf2421c1fcd663e40bcbc80673c31b7e
@@ -38,7 +38,7 @@ jobs:
38
38
  - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
39
39
  with:
40
40
  ref: ${{ inputs.ref || github.ref }}
41
- - uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
41
+ - uses: ruby/setup-ruby@c984c1a20bb35a1cbda04477c816cea024418be9 # v1.294.0
42
42
  with:
43
43
  ruby-version: ${{ matrix.ruby }}
44
44
  bundler-cache: true
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 9.23.7
2
+
3
+ * Remove single consent domains from connect_src CSP configuration
4
+
1
5
  # 9.23.6
2
6
 
3
7
  * Update dependencies
@@ -73,9 +73,7 @@ module GovukContentSecurityPolicy
73
73
  *GOVUK_DOMAINS,
74
74
  *GOOGLE_ANALYTICS_DOMAINS,
75
75
  # Speedcurve real user monitoring (RUM) - as per: https://support.speedcurve.com/docs/add-rum-to-your-csp
76
- "lux.speedcurve.com",
77
- "gds-single-consent-staging.app",
78
- "gds-single-consent.app"
76
+ "lux.speedcurve.com"
79
77
 
80
78
  # Disallow all <object>, <embed>, and <applet> elements
81
79
  #
@@ -1,3 +1,3 @@
1
1
  module GovukAppConfig
2
- VERSION = "9.23.6".freeze
2
+ VERSION = "9.23.7".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_app_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.23.6
4
+ version: 9.23.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
@@ -427,7 +427,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
427
427
  - !ruby/object:Gem::Version
428
428
  version: '0'
429
429
  requirements: []
430
- rubygems_version: 4.0.6
430
+ rubygems_version: 4.0.8
431
431
  specification_version: 4
432
432
  summary: Base configuration for GOV.UK applications
433
433
  test_files: []