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.
README.md
1 parent b3dfa2c commit 034c8b6Copy full SHA for 034c8b6
README.md
@@ -62,7 +62,7 @@ SecureHeaders::Configuration.default do |config|
62
# directive values: these values will directly translate into source directives
63
default_src: %w('none'),
64
base_uri: %w('self'),
65
- block_all_mixed_content: true, # see http://www.w3.org/TR/mixed-content/
+ block_all_mixed_content: true, # see https://www.w3.org/TR/mixed-content/
66
child_src: %w('self'), # if child-src isn't supported, the value for frame-src will be set.
67
connect_src: %w(wss:),
68
font_src: %w('self' data:),
0 commit comments