From ddce77b8ca41742a95484f300acc911022acda9c Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Mon, 16 Oct 2017 09:47:25 -0500 Subject: [PATCH] Allow loading fonts from anywhere, closes #156 --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 29c28a298..6fdfc84d3 100644 --- a/config/application.rb +++ b/config/application.rb @@ -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:),