Created
May 19, 2019 11:06
-
-
Save phw198/b45143ca913223ec2684f8c659394dfe to your computer and use it in GitHub Desktop.
Issue #726
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <!-- FileName: index.html | |
| Language: [en] | |
| --> | |
| <!--Head--> | |
| <head> | |
| <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=7" /> | |
| <title>McAfee Web Gateway - Notification</title> | |
| <script src="/mwg-internal/zhqdr164sdthhsqtlk/files/javascript/sw.js" type="text/javascript" ></script> | |
| <link rel="stylesheet" href="/mwg-internal/zhqdr164sdthhsqtlk/files/default/stylesheet.css" /> | |
| </head> | |
| <!--/Head--> | |
| <!--Body--> | |
| <body onload="swOnLoad();"> | |
| <table class='bodyTable'> | |
| <tr> | |
| <td class='bodyData' background='/mwg-internal/zhqdr164sdthhsqtlk/files/default/img/bg_body.gif'> | |
| <!--Logo--> | |
| <table class='logoTable'> | |
| <tr> | |
| <td class='logoData' > | |
| <img src='/mwg-internal/zhqdr164sdthhsqtlk/files/default/img/logo_mwg.png'> | |
| </td> | |
| </tr> | |
| </table> | |
| <!--/Logo--> | |
| <!--Contents--> | |
| <!-- FileName: authenticationrequired.html | |
| Language: [en] | |
| --> | |
| <!--Title--> | |
| <table class='titleTable' background='/mwg-internal/zhqdr164sdthhsqtlk/files/default/img/bg_navbar.jpg'> | |
| <tr> | |
| <td class='titleData'> | |
| Authentication Required | |
| </td> | |
| </tr> | |
| </table> | |
| <!--/Title--> | |
| <!--Content--> | |
| <table class="contentTable"> | |
| <tr> | |
| <td class="contentData"> | |
| You must be authenticated to access this URL. | |
| </td> | |
| </tr> | |
| </table> | |
| <script language="javascript" type="text/javascript"> | |
| urlprotocol = "https"; | |
| statuscode=407; | |
| if(statuscode==401 && urlprotocol == "ftp"){ | |
| document.write("<form name=\"ftpform\" method=\"get\" action=\"\">"); | |
| document.write("<table class=\"contentData\">"); | |
| document.write("<tr><td class=\"contentData\" colspan=2>Please enter your credentials in the form below and click \"Access FTP\" button if your browser doesn't present authentication promt for FTP sites.</td></tr>"); | |
| document.write("<tr><td class=\"contentData\">Username:</td><td><input type=\"text\" id=\"ftpUsername\" name=\"ftpUsername\" size=40 /></td></tr>"); | |
| document.write("<tr><td class=\"contentData\">Password:</td><td><input type=\"password\" id=\"ftpPassword\" name=\"ftpPassword\" size=40 /></td></tr>"); | |
| document.write("<tr><td class=\"contentData\" colspan=2 align=center><input type=\"button\" onclick=\"redirectToFTP();\" value=\"Access FTP\" /></td></tr>"); | |
| document.write("</table>"); | |
| document.write("</form>"); | |
| } | |
| function redirectToFTP(){ | |
| var username=escape(document.getElementById("ftpUsername").value); | |
| var password=escape(document.getElementById("ftpPassword").value); | |
| location.href = "ftp://"+username+":"+password+"@www.googleapis.com:443" | |
| } | |
| </script> | |
| <!--/Content--> | |
| <!--Info--> | |
| <table class="infoTable"> | |
| <tr> | |
| <td class="infoData"> | |
| <b>URL: </b><script type="text/javascript">break_line("https://www.googleapis.com");</script><br /> | |
| </td> | |
| </tr> | |
| </table> | |
| <!--/Info--> | |
| <!--/Contents--> | |
| <!--Policy--> | |
| <table class='policyTable'> | |
| <tr> | |
| <!-- <td class='policyHeading'> | |
| <hr> | |
| Company Acceptable Use Policy | |
| </td> --> | |
| </tr> | |
| <tr> | |
| <!-- <td class='policyData'> | |
| This is an optional acceptable use disclaimer that appears on every page. You may change the wording or remove this section entirely in index.html. | |
| </td>--> | |
| </tr> | |
| </table> | |
| <!--/Policy--> | |
| <!--Foot--> | |
| <table class='footTable'> | |
| <tr> | |
| <td class='helpDeskData' background='/mwg-internal/zhqdr164sdthhsqtlk/files/default/img/bg_navbar.jpg'> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td class='footData'> | |
| generated <span id="time">2019-05-13 17:24:56</span> by server : | |
| <br /> | |
| pxp0man141 | |
| </td> | |
| </tr> | |
| </table> | |
| <!--/Foot--> | |
| </td> | |
| </tr> | |
| </table> | |
| </body> | |
| <!--/Body--> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment