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 d5bf4b8 commit 8821e16Copy full SHA for 8821e16
lib/codegen/js/axios.dart
@@ -58,11 +58,6 @@ axios(config)
58
: requestModel.hasFileInFormData
59
? "// refer https://github.com/foss42/apidash/issues/293#issuecomment-1997568083 for details regarding integration\n\n"
60
: "";
61
-
62
- // Add security notice
63
- result += "// SECURITY NOTICE: Please validate all inputs and URLs before use in production\n";
64
- result += "// This code is generated for testing purposes\n\n";
65
66
var harJson = requestModelToHARJsonRequest(
67
requestModel,
68
useEnabled: true,
0 commit comments