Closed
Bug 293113
Opened 20 years ago
Closed 20 years ago
Opens the live site instead of the offline version
Categories
(Firefox :: File Handling, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: nk, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
When I open an offline html of my bank statement, Mozilla connects to the live
bank site and does not open the offline version unless I go to File, Work
Offline then it opens the offline version.
Reproducible: Always
Steps to Reproduce:
1.I save my bank statements to my local hard drive
2.Open the html on my local hard drive
3.Mozilla connects to the live bank site
Actual Results:
I have to supply a username & password to logon to the live site which is not my
intention
Expected Results:
It should open the offline html file and not the live site
Comment 1•20 years ago
|
||
can you attach the file (providing it does not contain private information) ?
Comment 2•20 years ago
|
||
received the file per PM
script language="JavaScript">
if (window.location.href.substring(0,5) != "https") {
window.location.href = "https://e91.absa.co.za";
}
</script>
This script makes sure the page reroutes to the bank if you open it local.
If you open the file sav01022005-20042005.html
with a texteditor and remove the script it should open from HD
->INVA
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•