frame-src allow data: url

This commit is contained in:
Mo Bitar
2018-09-06 10:57:47 -05:00
parent 1e6aeebb4b
commit 573009cc82

View File

@@ -52,7 +52,8 @@ module Neeto
default_src: %w(https: 'self'),
base_uri: %w('self'),
block_all_mixed_content: false, # see http://www.w3.org/TR/mixed-content/
child_src: ["*"],
child_src: ["*", "blob:"],
frame_src: ["*", "blob:"],
connect_src: ["*"],
font_src: %w(* 'self'),
form_action: %w('self'),