Closed terax6669 closed 2 months ago
It crashes on if (hostname.length > 18) { To reproduce just open moz-extension://694e3355-2103-4382-b59f-4ab6a9a966f4/popup.html
if (hostname.length > 18) {
All of the views show content for a split second and then blank out like that:
The offending tabs are "about:blank", there's no title property:
title
Edit: BTW, that section of the code has an if for chrome-extension, but not moz-extension, seems like an oversight?
chrome-extension
moz-extension
It crashes on
if (hostname.length > 18) {
To reproduce just open moz-extension://694e3355-2103-4382-b59f-4ab6a9a966f4/popup.htmlAll of the views show content for a split second and then blank out like that: