orats 5.2.1 → 5.2.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71f1db5426317338f60bff52f7059a63bd3bca5eaf5d245ea807eeb5e2e969a5
|
4
|
+
data.tar.gz: 88239786293cdc784c92667dd352c5712834e77d8c14d6cf9ffbdde2c4cc3b63
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab96fd767f7ad6195f714a18fb6f7253b2521bf5cbaef8357e95336654a848dc8cf4d8ff02725bd0835502bb09c031198129e58d1ce1e436e3903e8dda8605fd
|
7
|
+
data.tar.gz: e984d9f40cd38e0fe3afe986318e01661a40c9adfb0c5adab3d6cf973213398fd2c5cb000047b81327d4667ad094122601291d1785c5cfb47a10125b66dc7da0
|
data/CHANGELOG.md
CHANGED
@@ -17,9 +17,9 @@
|
|
17
17
|
# end
|
18
18
|
|
19
19
|
# If you are using UJS then enable automatic nonce generation
|
20
|
-
Rails.application.config.content_security_policy_nonce_generator = lambda
|
20
|
+
Rails.application.config.content_security_policy_nonce_generator = lambda do |_|
|
21
21
|
SecureRandom.base64(16)
|
22
|
-
|
22
|
+
end
|
23
23
|
|
24
24
|
# Report CSP violations to a specified URI
|
25
25
|
# For further information see the following documentation:
|
data/lib/orats/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: orats
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.2.
|
4
|
+
version: 5.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nick Janetakis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|