Ticket #880 (closed defect: invalid)

Opened 7 years ago

Last modified 6 years ago

Support for https in popupURL

Reported by: guest Owned by: gogo
Priority: normal Milestone:
Component: Xinha Core Version: trunk
Severity: normal Keywords: https popupURL
Cc:

Description

popupURL doesn't support https when the URL is absolute.

Changing

} else if (file.substring(0, 7).toLowerCase() == "http://") {

by

} else if (file.substring(0, 1) == "/" file.substring(0, 4).toLowerCase() == "http") {

worked for me and added support for / as the starting point for the popup URL.

My 2 cents

Change History

Changed 6 years ago by gogo

  • status changed from new to closed
  • resolution set to invalid

Unable to locate this code to patch.

Note: See TracTickets for help on using tickets.