june07/NiM

Runaway tab/window opening when devtools url is blank.

june07 opened this issue · 2 comments

Caught this today when for some reason the custom devtools option was missing. Need to implement a failsafe such that if too many tabs/windows are opened in succession of each other, further openings are disabled until a user intervenes. In this case, it required selecting a valid devtools url or disabling the option. Better validation could be written to ensure a correct devtools address, but I think it would be too much to make it exhaustive and it might continually change. Thus this would be the best course of action for a fix.

Fixed in c0e812c