WebKit Bugzilla
Attachment 340702 Details for
Bug 179160
: [GTK] WebKit2 Browsers fail to download apps in Citrix Receiver
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
launcher.aspx
launcher.aspx (text/html), 2.57 KB, created by
bugzilla-ok
on 2018-05-18 09:51:41 PDT
(
hide
)
Description:
launcher.aspx
Filename:
MIME Type:
Creator:
bugzilla-ok
Created:
2018-05-18 09:51:41 PDT
Size:
2.57 KB
patch
obsolete
> > ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> ><html> ><head> > <title>Remote Desktop Connection</title> > <link rel="SHORTCUT ICON" href="/Citrix/agee/site/icons.aspx?size=small&id=idIFOGGPLMLKFEJMALMAFGMKAPMJKOLPLD" type="image/png"> > <script type="text/javascript" src="javascript.aspx?cacheString=en++Normal++ywBx6S85sUw5jFW2vwYH6A++KWDoRfL3tBXEOL6VJbJHWD++authenticated"></script> > <script type="text/javascript"> > <!-- > // Ensure every page has an onLoadLayout function. If a page defines its own > // onLoadLayout function, it will override this one. > function onLoadLayout() { > return; > } > function getFrameSuffix() { > return "WI_bOxjdtRkPon9XasgL"; > } > function getSessionToken() { > return "1A51A64C6A8A5C761B49BA3B3ED47B1F"; > } > // --> > </script> > <script type="text/javascript"> > <!-- > > >function onLoadLayout() >{ >} > > >function appEmbed(mylink, width, height) >{ > var scrollable = "no"; > if (width > window.screen.availWidth) { > scrollable = "yes"; > width = window.screen.availWidth - 10; > } > if (height > window.screen.availHeight) { > scrollable = "yes"; > height = window.screen.availHeight - 30; > } > var win = window.open(mylink, '_blank', 'width=' + width + ',height=' + height + ',scrollbars=' + scrollable + ',status=no,resizable=no,toolbar=no'); > if (win != null) { > try { > win.moveTo(window.screen.availLeft, window.screen.availTop); > } catch (e) { > // Ignore exception caused by this page being in a different zone to the opened window. (RDP Trusted Sites issue). > } > } > return win; >} > > >// Check if we are in the main frame in WI (i.e. not hidden frames) >// If so, redirect to a hidden one so that we can still see the WI default page > >function checkFrameName() { > if ("y" == "y") > { > if (findMainFrame(window) == null) { > redirectToMainFrame("default.aspx?CTX_MessageType=WARNING&CTX_MessageKey=ShortcutDisabled") > } else { > document.location.replace('/Citrix/agee/site/launch.ica?CTX_Application=Citrix.MPS.App.SPUXen.Remote%20Desktop%20Connection&CTX_AppFriendlyNameURLENcoded=Remote%20Desktop%20Connection&CTX_Token=1A51A64C6A8A5C761B49BA3B3ED47B1F&LaunchId=1526659307907'); > } > } else > { > > redirectToMainFrame(""); > } >} > // --> > </script> ></head> > ><body onload="setTimeout('checkFrameName();',0);"> ></body> ></html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Remote Desktop Connection</title> <link rel="SHORTCUT ICON" href="/Citrix/agee/site/icons.aspx?size=small&id=idIFOGGPLMLKFEJMALMAFGMKAPMJKOLPLD" type="image/png"> <script type="text/javascript" src="javascript.aspx?cacheString=en++Normal++ywBx6S85sUw5jFW2vwYH6A++KWDoRfL3tBXEOL6VJbJHWD++authenticated"></script> <script type="text/javascript"> <!-- // Ensure every page has an onLoadLayout function. If a page defines its own // onLoadLayout function, it will override this one. function onLoadLayout() { return; } function getFrameSuffix() { return "WI_bOxjdtRkPon9XasgL"; } function getSessionToken() { return "1A51A64C6A8A5C761B49BA3B3ED47B1F"; } // --> </script> <script type="text/javascript"> <!-- function onLoadLayout() { } function appEmbed(mylink, width, height) { var scrollable = "no"; if (width > window.screen.availWidth) { scrollable = "yes"; width = window.screen.availWidth - 10; } if (height > window.screen.availHeight) { scrollable = "yes"; height = window.screen.availHeight - 30; } var win = window.open(mylink, '_blank', 'width=' + width + ',height=' + height + ',scrollbars=' + scrollable + ',status=no,resizable=no,toolbar=no'); if (win != null) { try { win.moveTo(window.screen.availLeft, window.screen.availTop); } catch (e) { // Ignore exception caused by this page being in a different zone to the opened window. (RDP Trusted Sites issue). } } return win; } // Check if we are in the main frame in WI (i.e. not hidden frames) // If so, redirect to a hidden one so that we can still see the WI default page function checkFrameName() { if ("y" == "y") { if (findMainFrame(window) == null) { redirectToMainFrame("default.aspx?CTX_MessageType=WARNING&CTX_MessageKey=ShortcutDisabled") } else { document.location.replace('/Citrix/agee/site/launch.ica?CTX_Application=Citrix.MPS.App.SPUXen.Remote%20Desktop%20Connection&CTX_AppFriendlyNameURLENcoded=Remote%20Desktop%20Connection&CTX_Token=1A51A64C6A8A5C761B49BA3B3ED47B1F&LaunchId=1526659307907'); } } else { redirectToMainFrame(""); } } // --> </script> </head> <body onload="setTimeout('checkFrameName();',0);"> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 179160
:
326042
| 340702