Skip to content

Commit 35f6b6c

Browse files
committed
new Chrome options: spdynossl as seen on catchpoint/WebPageTest#75
1 parent ce36c60 commit 35f6b6c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lib/mapping.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,13 @@ var options = {
324324
bool: true,
325325
info: 'disable threaded HTML parser (Chrome only)'
326326
},
327+
'spdynossl': {
328+
name: 'spdyNoSSL',
329+
key: 'q',
330+
api: 'spdyNoSSL',
331+
bool: true,
332+
info: 'use SPDY without SSL (Chrome only)'
333+
},
327334
'poll': {
328335
name: 'pollResults',
329336
param: 'interval',

0 commit comments

Comments
 (0)