katalyst-thermite 1.1.0 → 1.1.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 678005ac8da2274c6023e6b8eb4cd849f4918ce468c52d82b9bfa142b23bd37b
|
|
4
|
+
data.tar.gz: ce0c97d7d2591df885e48e8767655d3edcfb58e04f9b32f50f3818ec9ec3b85a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2c2c8b060847a22061769260bdaf5b590a12b26e898ced51b7c686128d22538ba603d2844cac770fc3e943a9fa28d9ef8b0f3679f5f010af9d9a71101abf9b8
|
|
7
|
+
data.tar.gz: b14f091991f3758dba03d5fc12091329df016ef7b490b8d83f8e2f656527c0b99f417e7914b4cb3e7cde4dc34fbe25afb5ec22bb2622f2df42ba26e23bce096d
|
|
@@ -34,8 +34,9 @@ Rails.application.configure do
|
|
|
34
34
|
# Permissive policy, many browser plugins use custom fonts
|
|
35
35
|
policy.font_src(:self, :data, :https)
|
|
36
36
|
|
|
37
|
-
# Permissive policy, allow data URLs
|
|
38
|
-
|
|
37
|
+
# Permissive policy, allow data URLs, blob URLs (upload previews, e.g.
|
|
38
|
+
# Trix), and https (hotlinking, tracking pixels)
|
|
39
|
+
policy.img_src(:self, :data, :blob, :https)
|
|
39
40
|
|
|
40
41
|
# Block legacy embeds, such as flash
|
|
41
42
|
policy.object_src(:none)
|