We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d31114 commit 76e60a6Copy full SHA for 76e60a6
README.md
@@ -55,7 +55,7 @@ SecureHeaders::Configuration.default do |config|
55
default_src: %w(https: 'self'),
56
base_uri: %w('self'),
57
block_all_mixed_content: true, # see http://www.w3.org/TR/mixed-content/
58
- child_src: %w('self'),
+ child_src: %w('self'), # if child-src isn't supported, the value for frame-src will be set.
59
connect_src: %w(wss:),
60
font_src: %w('self' data:),
61
form_action: %w('self' github.com),
0 commit comments