govuk_app_config 9.8.0 → 9.8.1

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: 9842df0c29ae508b504907d58d8bfbdb31cde911e7d59b4236be45eea6fd4054
4
- data.tar.gz: e75ffd357becba4eb101c00fb82573fc556af88255efa2109f54a9257559f47d
3
+ metadata.gz: 70a81e12baed33cfb74efa6e7e9d726e940b729a96e958ccc9a2d438b2644838
4
+ data.tar.gz: a05cc465261efc295e9be979381bf98af50c1e5dba32a8a159e4f59667126315
5
5
  SHA512:
6
- metadata.gz: c3c3cb9a9a79c113bb23e7281b26bad0f17825ec6ad53903d323c5a74fced1fb9f0b5189aa97be424fc8090f20c3c433fe23b2af75568d26fd492e3f55c51929
7
- data.tar.gz: 1b14f98b1f155e8182e51d50ca1cd7146c357246f835d282f63aa1c92f5f7b2898ec4551934e8c351b982fbfbe68e8a03b67d61c48c8d8b36cc629baf5f63564
6
+ metadata.gz: 92f9f03a3e5d82b9fdad3da8b7cda40af25f98e8c37685e13b1a101d1362e70a33daf29e253d59548248faada85eb1e7cce929f88a8e889e7a4b88167bbdb7a2
7
+ data.tar.gz: f6c681d57522e0b2ab434c58ac11f5880c33fe099a8ddf092bb5678045c4a6bed45cee0a464ef1e00fc18bd2ed31b9b6a8d6e96e5f68ea9e0710658fa5f6f407
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 9.8.1
2
+
3
+ * Revert "Add GOVUK domains to script src CSP" ([#336](https://github.com/alphagov/govuk_app_config/pull/336))
4
+
1
5
  # 9.8.0
2
6
 
3
7
  * Add GOVUK domains to script src CSP ([#334](https://github.com/alphagov/govuk_app_config/pull/334))
@@ -51,7 +51,6 @@ module GovukContentSecurityPolicy
51
51
  policy.script_src :self,
52
52
  *GOOGLE_ANALYTICS_DOMAINS,
53
53
  *GOOGLE_STATIC_DOMAINS,
54
- *GOVUK_DOMAINS,
55
54
  # Allow YouTube Embeds (Govspeak turns YouTube links into embeds)
56
55
  "*.ytimg.com",
57
56
  "www.youtube.com",
@@ -1,3 +1,3 @@
1
1
  module GovukAppConfig
2
- VERSION = "9.8.0".freeze
2
+ VERSION = "9.8.1".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: 9.8.0
4
+ version: 9.8.1
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: 2023-12-20 00:00:00.000000000 Z
11
+ date: 2023-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstasher
@@ -375,7 +375,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
375
375
  - !ruby/object:Gem::Version
376
376
  version: '0'
377
377
  requirements: []
378
- rubygems_version: 3.5.1
378
+ rubygems_version: 3.5.2
379
379
  signing_key:
380
380
  specification_version: 4
381
381
  summary: Base configuration for GOV.UK applications