()
| 25 | * Patch: https://chromium-review.googlesource.com/c/chromium/src/+/1979258 |
| 26 | */ |
| 27 | export function hasPatchForChromiumIssue501582(): boolean { |
| 28 | return __CHROMIUM_MV3__ || Boolean( |
| 29 | __CHROMIUM_MV2__ && |
| 30 | compareChromeVersions(chromiumVersion, '81.0.4035.0') >= 0 |
| 31 | ); |
| 32 | } |
| 33 | |
| 34 | /** |
| 35 | * Since Firefox v102.0, they have changed to the new root behavior. |
no test coverage detected