Skip to content

Commit

Permalink
Fix extension warning pattern for Edge 100
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceiridge committed Apr 3, 2022
1 parent 8de96f2 commit 2f8b5a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions patterns.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<Pattern name="Remove Extension Warning">
<!-- DevModeBubbleDelegate::ShouldIncludeExtension; ("ProxyOverriddenBubble.UserSelection" 2nd function in the vtable) -->
<!-- This patch might not do anything (except for Edge), because Chromium has removed the warning -->
<BytePattern>56 48 83 EC 20 48 89 D6 48 89 D1 E8 ? ? ? ? 89 C1 B0 01 83</BytePattern> <!-- Edg 100 -->
<BytePattern>56 48 83 EC 20 48 89 D6 48 89 D1 E8 ? ? ? ? 89 C1</BytePattern> <!-- Chr 79-84 -->

<!-- Most likely not used, because the pattern above can be found in Edge -->
Expand Down

0 comments on commit 2f8b5a6

Please sign in to comment.