File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 = {
You can’t perform that action at this time.
0 commit comments