MantisBT: master-2.25 94520849

Author Committer Branch Timestamp Parent
ChrisG dregad master-2.25 2022-08-11 14:50 master-2.25 55e775e9
Affected Issues  0030922: Browser extensions may trigger automatic bug monitoring
Changeset

Form should be a POST not a GET

Using GET in Bug Monitor Add form on view.php, may cause bugs viewed by
user to be auto-monitored because browsers/extensions may pre-load any
GET URL, including from forms; GET is specified as read-only.

Fixes 0030922, PR https://github.com/mantisbt/mantisbt/pull/1842

Signed-off-by: Damien Regad <dregad@mantisbt.org>

Changes to original submission: improved commit message

mod - bug_view_inc.php Diff File