Load over https if available
-
Hi,
please load hyphenator by using a relative url like
src="//url/path/file.js"
.You can use:
$js_src = preg_replace('/http:\/\//', '//', $js_src);
in your plugins php file.
- The topic ‘Load over https if available’ is closed to new replies.