HTTPS only sites
-
Hello,
I think there is something missing from the plugin.Looking at line 194 the current domain is created with
untrailingslashit(esc_url($_SERVER['SERVER_NAME']))
. Won’t this be https:// prefixed regardless of whether HTTPS is in use? That’s why comparison fails in line 199.I think you could give current protocol as a parameter to
esc_url
.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘HTTPS only sites’ is closed to new replies.