Skip to content

Commit

Permalink
Use a post request because the form could contain passwords https://f…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Jul 10, 2024
1 parent 66571e3 commit e993544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transfer_form.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if ($d->{'dns'}) {
}
}

print &ui_form_start("transfer.cgi");
print &ui_form_start("transfer.cgi", "post");
print &ui_hidden("dom", $d->{'id'}),"\n";
print &ui_table_start($text{'transfer_header'}, undef, 2);

Expand Down

2 comments on commit e993544

@verne-work
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is https://forum.virtualmin.com/t/transfer-virtual-server/127796 a Pro ticket, or somehow otherwise blocked from casual anonymous viewing?

@jcameron
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either a pro ticket or the submitter didn't make it public

Please sign in to comment.