Package JavaScript / CSS includes are in "http", need it in "https"

Permalink
Hi,

I am making a few pages to be in "HTTPS", however Google Chrome complains that some resources on the page are not delivered securely, I found it was the ProBlog JavaScript / CSS includes ( as viewed from "View Source" ):

Beginning of page
<link rel="stylesheet" type="text/css" href="http://www.domainname.com/packages/problog/elements/header_menu/problog/view.css?v=i1233be5t1y1277e9f020451e4f29h99" />


End of page
<script type="text/javascript" src="http://www.domainname.com/packages/problog/elements/header_menu/problog/view.js?v=i1233be5t1y1277e9f020451e4f29h99"></script>


All other includes are relative, i.e.:

<script type="text/javascript" src="/concrete/js/jquery.ui.js?v=i1233be5t1y1277e9f020451e4f29h99"></script>


My presumption is that any package, in this case it is ProBlog, would include its resources in plain "HTTP".

Is it possible to change this behaviour and make package resources to be included same as concrete core, e.g. relative instead of absolute path?

Thanks in advance.