Skip to content

Commit

Permalink
Merge pull request #164 from didacte/readme/controller-typo
Browse files Browse the repository at this point in the history
Fix typo contoller > controller
  • Loading branch information
oreoshake committed Aug 24, 2015
2 parents e49463c + 1e97eca commit 7b42451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This gem makes a few assumptions about how you will use some features. For exam
config.x_permitted_cross_domain_policies = 'none'
config.csp = {
:default_src => "https: self",
:enforce => proc {|controller| contoller.current_user.enforce_csp? },
:enforce => proc {|controller| controller.current_user.enforce_csp? },
:frame_src => "https: http:.twimg.com http://itunes.apple.com",
:img_src => "https:",
:report_uri => '//example.com/uri-directive'
Expand Down

0 comments on commit 7b42451

Please sign in to comment.