Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oreoshake committed Jun 18, 2015
1 parent f2fb777 commit abd16ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +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? }
: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 abd16ca

Please sign in to comment.