Skip to content

Commit

Permalink
Add missing SPDX info to native-connect-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Oct 24, 2023
1 parent 996a761 commit 025ec5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions native-connect-hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
* the proxy receives all connections (and so will see if connections don't trust its CA). It's still useful
* to do proxy config alongside this, as applications may behave a little more 'correctly' if they're aware
* they're using a proxy rather than doing so unknowingly.
*
* Source available at https://github.com/httptoolkit/frida-interception-and-unpinning/
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-FileCopyrightText: Tim Perry <[email protected]>
*/

const PROXY_HOST_IPv4_BYTES = PROXY_HOST.split('.').map(part => parseInt(part, 10));
Expand Down

0 comments on commit 025ec5c

Please sign in to comment.