Skip to content

Commit 8821e16

Browse files
Copilotanimator
andcommitted
Revert security notice from axios.dart code generator
Co-authored-by: animator <615622+animator@users.noreply.github.com>
1 parent d5bf4b8 commit 8821e16

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/codegen/js/axios.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ axios(config)
5858
: requestModel.hasFileInFormData
5959
? "// refer https://github.com/foss42/apidash/issues/293#issuecomment-1997568083 for details regarding integration\n\n"
6060
: "";
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-
6661
var harJson = requestModelToHARJsonRequest(
6762
requestModel,
6863
useEnabled: true,

0 commit comments

Comments
 (0)