Allow loading fonts from anywhere, closes #156

This commit is contained in:
Mo Bitar
2017-10-16 09:47:25 -05:00
parent 840e62bb93
commit ddce77b8ca

View File

@@ -50,7 +50,7 @@ module Neeto
block_all_mixed_content: false, # see http://www.w3.org/TR/mixed-content/
child_src: ["*"],
connect_src: ["*"],
font_src: %w('self'),
font_src: %w(* 'self'),
form_action: %w('self'),
frame_ancestors: %w('none'),
img_src: %w('self' data:),