Skip to content

Commit aa75e18

Browse files
committed
Hide another Frida-incompatible app
1 parent 50b889d commit aa75e18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/intercept/config/frida-config.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ const SearchBox = styled(TextInput)`
118118

119119
// We actively hide specific known non-interceptable apps:
120120
const INCOMPATIBLE_APP_IDS: string[] = [
121-
"com.apple.mobilesafari"
121+
"com.apple.mobilesafari",
122+
"com.google.android.googlequicksearchbox"
122123
];
123124

124125
@inject('proxyStore')

0 commit comments

Comments
 (0)