Skip to content

Commit 87cc0c2

Browse files
authored
Merge pull request #278 from vanderhoorn/patch-1
Add missing commas in the example configuration
2 parents 73f66d0 + 6543aa5 commit 87cc0c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following methods are going to be called, unless they are provided in a `ski
4848
:enforce => proc {|controller| controller.my_feature_flag_api.enabled? },
4949
:frame_src => "https: http:.twimg.com http://itunes.apple.com",
5050
:img_src => "https:",
51-
:connect_src => "wws:"
51+
:connect_src => "wws:",
5252
:font_src => "'self' data:",
5353
:frame_src => "'self'",
5454
:img_src => "mycdn.com data:",
@@ -61,7 +61,7 @@ The following methods are going to be called, unless they are provided in a `ski
6161
:form_action => "'self' github.com",
6262
:frame_ancestors => "'none'",
6363
:plugin_types => 'application/x-shockwave-flash',
64-
:block_all_mixed_content => '' # see [http://www.w3.org/TR/mixed-content/]()
64+
:block_all_mixed_content => '', # see [http://www.w3.org/TR/mixed-content/]()
6565
:report_uri => '//example.com/uri-directive'
6666
}
6767
config.hpkp = {

0 commit comments

Comments
 (0)