From 0d684247371e61eb8f9f8515b26c7a4447d9b480 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Tue, 17 Oct 2017 11:21:34 -0500 Subject: [PATCH] Allow embedding --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 6fdfc84d3..16e4e7e40 100644 --- a/config/application.rb +++ b/config/application.rb @@ -52,7 +52,7 @@ module Neeto connect_src: ["*"], font_src: %w(* 'self'), form_action: %w('self'), - frame_ancestors: %w('none'), + frame_ancestors: ["*"], img_src: %w('self' data:), manifest_src: %w('self'), media_src: %w('self'),