-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URLs to minified files should respect the protocol #50
Comments
I'm not 100% sure that this is a problem with the plugin. It needs more testing. I'll report back at some later time. |
I'm pretty sure I'm seeing this. I would like the plugin rewrite all minified URL resources with protocol-relative "//" and be done with this issue. Looking into patching it. |
lkraav
pushed a commit
to lkraav/wp-dependency-minification
that referenced
this issue
Apr 25, 2014
we are currently using get_option( "home" ) to build the $src address. wordpress does not support protocol relative home address still as of 3.9, see https://core.trac.wordpress.org/ticket/21153
lkraav
pushed a commit
to lkraav/wp-dependency-minification
that referenced
this issue
Apr 25, 2014
we are currently using get_option( "home" ) to build the $src address. wordpress does not support protocol relative home address still as of 3.9, see https://core.trac.wordpress.org/ticket/21153
Pull request commit is running on a live server and appears to be behaving nicely. I don't see any drawbacks. |
lkraav
pushed a commit
to lkraav/wp-dependency-minification
that referenced
this issue
Apr 25, 2014
we are currently using get_option( "home" ) to build the $src address. wordpress does not support protocol relative home address still as of 3.9, see https://core.trac.wordpress.org/ticket/21153
This was referenced Jul 29, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the user visits the web page over SSL, the URLs to minified styles/scripts use the http protocol instead of https.
The text was updated successfully, but these errors were encountered: