HttpsOnly

Redirects to the https url if the user arrives via http

[{HttpsOnly}] //OpenForum/Extensions/HttpsOnly/renderer.sjs/* * Author: * Description: */ var content = "<script>"+ "if(window.location.protocol=='http:') window.location.href = window.location.href.replace('http:','https:');\n"+ "</script>"; return content;