There seems to be a trivial bug in `ChromeUtils::RequestProcInfo`. We test whether `web` is a prefix before testing whether `webCOOP+COEP` is a prefix.
Bug 1649686 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
There seems to be a trivial bug in `ChromeUtils::RequestProcInfo`. We test whether `web` is a prefix before testing whether `webCOOP+COEP` is a prefix. We just need to change the order.