Skip to content
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.

Changed closure web api url to https #580

Open
wants to merge 1 commit into
base: v0.9.7.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/Minify/Minify/JS/ClosureCompiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @todo can use a stream wrapper to unit test this?
*/
class Minify_JS_ClosureCompiler {
const URL = 'http://closure-compiler.appspot.com/compile';
const URL = 'https://closure-compiler.appspot.com/compile';

/**
* Minify Javascript code via HTTP request to the Closure Compiler API
Expand Down