Skip to content

Commit

Permalink
add docs about child/frame-src handling
Browse files Browse the repository at this point in the history
  • Loading branch information
oreoshake committed Jul 18, 2016
1 parent 4d31114 commit 76e60a6
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 @@ -55,7 +55,7 @@ SecureHeaders::Configuration.default do |config|
default_src: %w(https: 'self'),
base_uri: %w('self'),
block_all_mixed_content: true, # see http://www.w3.org/TR/mixed-content/
child_src: %w('self'),
child_src: %w('self'), # if child-src isn't supported, the value for frame-src will be set.
connect_src: %w(wss:),
font_src: %w('self' data:),
form_action: %w('self' github.com),
Expand Down

0 comments on commit 76e60a6

Please sign in to comment.