Skip to content

Commit a05001c

Browse files
committed
Improve PhantomJs SSL support
1 parent 73c95b1 commit a05001c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Engine/Convert/PhantomJs.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ class PhantomJs extends EngineBase {
2020
'default' => 'no',
2121
'group' => 1,
2222
),
23+
array(
24+
'name' => 'ssl-protocol',
25+
'mode' => Shell::SHELL_ARG_BASIC_DBL,
26+
'default' => 'any',
27+
'group' => 1,
28+
),
2329
array(
2430
'name' => 'output-width',
2531
'default' => '8.5in',

0 commit comments

Comments
 (0)