app/controllers/lookbook/application_controller.rb in lookbook-0.9.6 vs app/controllers/lookbook/application_controller.rb in lookbook-0.9.7

- old
+ new

@@ -1,6 +1,7 @@ module Lookbook class ApplicationController < ActionController::Base + content_security_policy false, if: -> { Rails.env.development? } protect_from_forgery with: :exception helper Lookbook::ApplicationHelper helper Lookbook::OutputHelper helper Lookbook::ComponentHelper