Allow loading fonts from anywhere, closes #156
This commit is contained in:
@@ -50,7 +50,7 @@ module Neeto
|
|||||||
block_all_mixed_content: false, # see http://www.w3.org/TR/mixed-content/
|
block_all_mixed_content: false, # see http://www.w3.org/TR/mixed-content/
|
||||||
child_src: ["*"],
|
child_src: ["*"],
|
||||||
connect_src: ["*"],
|
connect_src: ["*"],
|
||||||
font_src: %w('self'),
|
font_src: %w(* 'self'),
|
||||||
form_action: %w('self'),
|
form_action: %w('self'),
|
||||||
frame_ancestors: %w('none'),
|
frame_ancestors: %w('none'),
|
||||||
img_src: %w('self' data:),
|
img_src: %w('self' data:),
|
||||||
|
|||||||
Reference in New Issue
Block a user