File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 59
59
i18n
60
60
json (>= 1.4.3 )
61
61
rack (>= 1.1 )
62
- rack-protection (1.2.0 )
62
+ rack-protection (1.5.1 )
63
63
rack
64
64
rack-test (0.6.2 )
65
65
rack (>= 1.0 )
80
80
libwebsocket (~> 0.1.3 )
81
81
multi_json (~> 1.0 )
82
82
rubyzip
83
- sinatra (1.3.2 )
84
- rack (~> 1.3 , >= 1.3.6 )
85
- rack-protection (~> 1.2 )
86
- tilt (~> 1.3 , >= 1.3.3 )
87
- tilt (1.3.3 )
83
+ sinatra (1.4.4 )
84
+ rack (~> 1.4 )
85
+ rack-protection (~> 1.4 )
86
+ tilt (~> 1.3 , >= 1.3.4 )
87
+ tilt (1.4.1 )
88
88
webmock (1.13.0 )
89
89
addressable (>= 2.2.7 )
90
90
crack (>= 0.3.2 )
Original file line number Diff line number Diff line change @@ -197,10 +197,11 @@ Feature: Generate Textile documentation from test examples
197
197
198
198
h4. Headers
199
199
200
- <pre>X-Frame-Options: sameorigin
200
+ <pre>Content-Type: text/html;charset=utf-8
201
+ Content-Length: 0
201
202
X-XSS-Protection: 1; mode=block
202
- Content-Type: text/html;charset=utf-8
203
- Content-Length: 0 </pre>
203
+ X- Content-Type-Options: nosniff
204
+ X-Frame-Options: SAMEORIGIN </pre>
204
205
205
206
h4. Status
206
207
You can’t perform that action at this time.
0 commit comments