Skip to content

Commit 7b42451

Browse files
committed
Merge pull request #164 from didacte/readme/controller-typo
Fix typo contoller > controller
2 parents e49463c + 1e97eca commit 7b42451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This gem makes a few assumptions about how you will use some features. For exam
4949
config.x_permitted_cross_domain_policies = 'none'
5050
config.csp = {
5151
:default_src => "https: self",
52-
:enforce => proc {|controller| contoller.current_user.enforce_csp? },
52+
:enforce => proc {|controller| controller.current_user.enforce_csp? },
5353
:frame_src => "https: http:.twimg.com http://itunes.apple.com",
5454
:img_src => "https:",
5555
:report_uri => '//example.com/uri-directive'

0 commit comments

Comments
 (0)