Skip to content

Commit

Permalink
modify js filter url
Browse files Browse the repository at this point in the history
change filter remote http url to https
  • Loading branch information
jangidgirish committed Dec 12, 2017
1 parent c9956d6 commit 5871898
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function filter($content)

$context = stream_context_create($opts);

$result = file_get_contents('http://closure-compiler.appspot.com/compile', false, $context);
$result = file_get_contents('https://closure-compiler.appspot.com/compile', false, $context);

if (false !== $result && trim($result) !== '') {
return $result;
Expand Down

0 comments on commit 5871898

Please sign in to comment.