Hi - I’ve been developing a couple of forms that I’ve recently decided to move to a secure server. I’ve included the secure_action=“yes” and secure_return=“yes” parameters, but noticed that the page still loads unsecured assets because of the safecracker_head default that loads javascript for safecracker forms - but loads them by linking to the full url (i.e. http://www.).
How do I force the safecracker js elements being loaded to load via the secure server instead of pointing directly to the http:// server?
Carlos