Skip to content

Commit 034c8b6

Browse files
authored
Update one more README.md reference to HTTPS.
1 parent b3dfa2c commit 034c8b6

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
@@ -62,7 +62,7 @@ SecureHeaders::Configuration.default do |config|
6262
# directive values: these values will directly translate into source directives
6363
default_src: %w('none'),
6464
base_uri: %w('self'),
65-
block_all_mixed_content: true, # see http://www.w3.org/TR/mixed-content/
65+
block_all_mixed_content: true, # see https://www.w3.org/TR/mixed-content/
6666
child_src: %w('self'), # if child-src isn't supported, the value for frame-src will be set.
6767
connect_src: %w(wss:),
6868
font_src: %w('self' data:),

0 commit comments

Comments
 (0)