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 0ac9f35 commit 171e30fCopy full SHA for 171e30f
lib/types/index.ts
@@ -45,7 +45,7 @@ export interface HTTPResolverOptions<S extends object = JSONSchema> extends Part
45
/**
46
* Set this to `false` if you want to allow unsafe URLs (e.g., `127.0.0.1`, localhost, and other internal URLs).
47
*/
48
- safeUrlResolver: true;
+ safeUrlResolver?: boolean;
49
}
50
51
0 commit comments