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 +4 -4
- data/.github/workflows/ci.yml +1 -1
- data/CHANGELOG.md +4 -0
- data/lib/govuk_app_config/govuk_content_security_policy.rb +1 -3
- 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: c4ecfad2cef7d2b3b5997c6033f5392db9b96d6af192ddf37cee007057192a0e
|
|
4
|
+
data.tar.gz: adbf2dee86d8ddde7a8b1c21528c09c53223c30489c991d68640b86439dd00a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9df67907927e9598504d86cfcbab91ca84c2b86c2337a033c55b5d4be4690f1142db6b37369a1f4f6391da69310599e75c9bc480ffc0f8d4091527236e7c0c34
|
|
7
|
+
data.tar.gz: e8cb71ed93f917e7be8a077bd96883f33cee2d75ec0add53f24af52c357f3dd2099bc37d7a492ea416e743d502539d1ccf2421c1fcd663e40bcbc80673c31b7e
|
data/.github/workflows/ci.yml
CHANGED
|
@@ -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@
|
|
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
|
@@ -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
|
#
|
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.
|
|
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.
|
|
430
|
+
rubygems_version: 4.0.8
|
|
431
431
|
specification_version: 4
|
|
432
432
|
summary: Base configuration for GOV.UK applications
|
|
433
433
|
test_files: []
|