Open AppFull opened 9 years ago
If the url not strict (accessible from ssl & non ssl) the url use cache (WP Super Cache), so sometimes on ssl page still loaded http://....
how to strip the http or https? and use // instead full site url
<link rel='stylesheet' id='bootstrap-group-css' href='//site.com/wp-content/plugins/bwp-minify/min/?f=wp-content/themes/...... /> <script type='text/javascript' src='//site.com ... />
If the url not strict (accessible from ssl & non ssl) the url use cache (WP Super Cache), so sometimes on ssl page still loaded http://....
how to strip the http or https? and use // instead full site url