Skip to content

Commit 76e60a6

Browse files
committed
add docs about child/frame-src handling
1 parent 4d31114 commit 76e60a6

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
@@ -55,7 +55,7 @@ SecureHeaders::Configuration.default do |config|
5555
default_src: %w(https: 'self'),
5656
base_uri: %w('self'),
5757
block_all_mixed_content: true, # see http://www.w3.org/TR/mixed-content/
58-
child_src: %w('self'),
58+
child_src: %w('self'), # if child-src isn't supported, the value for frame-src will be set.
5959
connect_src: %w(wss:),
6060
font_src: %w('self' data:),
6161
form_action: %w('self' github.com),

0 commit comments

Comments
 (0)