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 675f40f commit 3a5b7afCopy full SHA for 3a5b7af
src/constants.ts
@@ -20,6 +20,7 @@ export const ALLOWED_ORIGINS = IS_PROD_BUILD
20
// above, but it'd require a DNS MitM too (to stop local.httptoolkit.tech
21
// resolving to localhost and never hitting the network).
22
/^https?:\/\/localhost(:\d+)?$/,
23
+ /^https?:\/\/127.0.0.\d+(:\d+)?$/,
24
/^http:\/\/local\.httptoolkit\.tech(:\d+)?$/,
25
/^https:\/\/app\.httptoolkit\.tech$/,
26
];
0 commit comments