xwp / wp-dependency-minification

Dependency Minification plugin for WordPress
http://wordpress.org/plugins/dependency-minification/
52 stars 10 forks source link

check if it is a ssl connection and change de protocol for wp_register #61

Closed bernardodiasc closed 9 years ago

bernardodiasc commented 10 years ago

When on a SSL connection, the minified assets were blocked. This PR change the protocol of the assets to use https instead of the http.

westonruter commented 10 years ago

Relates to https://github.com/x-team/wp-dependency-minification/pull/54