We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36ddaa commit 490b1b6Copy full SHA for 490b1b6
src/interceptors/frida/frida-scripts.ts
@@ -66,6 +66,7 @@ export async function buildIosFridaScript(
66
),
67
...[
68
['ios', 'ios-connect-hook.js'],
69
+ ['ios', 'ios-disable-detection.js'],
70
['native-tls-hook.js'],
71
['native-connect-hook.js'],
72
].map((hookRelPath) =>
0 commit comments