Secure

By Philbo Last update Aug 9, 2009 — Installed 6,067 times.

refresh page problem

in
Subscribe to refresh page problem 1 post, 1 voice

ynzheng Scriptwright
FirefoxWindows

visit http://technet.microsoft.com/en-us/sysinternals...
"secure" will change http:// to https:// but microsoft will redict https to http,so browser will refresh your page again and again.

so i change that source code like this:

if(/^http:\/\//.test(window.location)) {
if(/http2https_secure_gm/.test(window.location)){
}else{
window.location.replace(location.href.replace(/^http:/, 'https:')+"#http2https_secure_gm");
}
}

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel