govuk_app_config 1.15.1 → 1.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/govuk_app_config/govuk_content_security_policy.rb +1 -1
- data/lib/govuk_app_config/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e45fb918a28fd76c2641575327e15f26c73af5e3cf89af5c324423d6725943fb
|
4
|
+
data.tar.gz: eba39d0906fe77e1cf80f3ea5cfa1b5f7ad16c7627c0d6a345f22d4f10d44268
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 755ffe8afcf84ed9437f9f7e767101e533a3ce5d848c3f6299f04a4541b9743a3c4027b93e741e55ae5f8532db4f70a57e4a169c00b984cc031dbf25ed7c4266
|
7
|
+
data.tar.gz: 2874efa4dfcd4e104dd7f7732f4fabb61b418c9cfc7211f1d2803ef73a35abe78b54fbf8a401b5aed3d32f170c2718f9ee521c574266740ee2b115bd6e44430a
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -116,7 +116,7 @@ check docs](docs/healthchecks.md) for more information on how to use it.
|
|
116
116
|
In Rails applications, the application will be configured to send JSON-formatted
|
117
117
|
logs to `STDOUT` and unstructed logs to `STDERR`.
|
118
118
|
|
119
|
-
##
|
119
|
+
## Content Security Policy generation
|
120
120
|
|
121
121
|
For frontend apps, configuration can be added to generate and serve a
|
122
122
|
content security policy header. The policy is report only when the Rails
|
@@ -13,7 +13,7 @@ module GovukContentSecurityPolicy
|
|
13
13
|
|
14
14
|
GOVUK_DOMAINS = "'self' *.publishing.service.gov.uk localhost".freeze
|
15
15
|
|
16
|
-
GOOGLE_ANALYTICS_DOMAINS = "www.google-analytics.com ssl.google-analytics.com".freeze
|
16
|
+
GOOGLE_ANALYTICS_DOMAINS = "www.google-analytics.com ssl.google-analytics.com stats.g.doubleclick.net".freeze
|
17
17
|
|
18
18
|
def self.build
|
19
19
|
policies = []
|
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: 1.
|
4
|
+
version: 1.16.0
|
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: 2019-04-
|
11
|
+
date: 2019-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-xray-sdk
|
@@ -236,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
236
236
|
- !ruby/object:Gem::Version
|
237
237
|
version: '0'
|
238
238
|
requirements: []
|
239
|
-
rubygems_version: 3.0.
|
239
|
+
rubygems_version: 3.0.3
|
240
240
|
signing_key:
|
241
241
|
specification_version: 4
|
242
242
|
summary: Base configuration for GOV.UK applications
|