We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e06a5 commit 002b44dCopy full SHA for 002b44d
tools/create-phar/create-phar.php
@@ -10,7 +10,7 @@
10
function compressJs($s)
11
{
12
if (function_exists('curl_init')) {
13
- $curl = curl_init('http://closure-compiler.appspot.com/compile');
+ $curl = curl_init('https://closure-compiler.appspot.com/compile');
14
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
15
curl_setopt($curl, CURLOPT_POST, 1);
16
curl_setopt($curl, CURLOPT_POSTFIELDS, 'output_info=compiled_code&js_code=' . urlencode($s));
0 commit comments