From 1d5671906e48ea45d4625482935d9e82bab261b5 Mon Sep 17 00:00:00 2001 From: Adrian Hinz Date: Wed, 28 Jun 2017 13:24:53 +0200 Subject: [PATCH] Signed-off-by: Adrian Hinz --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 156f17d..bf2db9c 100644 --- a/config/application.rb +++ b/config/application.rb @@ -13,7 +13,7 @@ module InvoiceKeeper # -- all .rb files in that directory are automatically loaded. config.i18n.load_path += Dir[Rails.root.join('config', 'locales', '**', '*.{rb,yml}').to_s] config.i18n.default_locale = :pl - #config.action_dispatch.default_headers['X-Frame-Options'] = "ALLOW-FROM lvh.me" + config.action_dispatch.default_headers['X-Frame-Options'] = "ALLOW-FROM http://lvh.me" config.assets.paths << Rails.root.join('app', 'assets', 'fonts') config.assets.precompile += %w( .svg .eot .woff .ttf .otf .woff2 ) end