Comment 16 for bug 1904789

Revision history for this message
launcher of pad's (321launch) wrote :

chrome://pippki/content/exceptionDialog.js
line 156
  if (uri.port == -1) { //offending line. url.port == undefined
    mutator.setPort(443);
  }

how do I change the source code to just not do this if statement?