diff options
author | David Lawrence <dkl@mozilla.com> | 2016-12-09 08:52:56 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-12-09 08:53:05 +0100 |
commit | f9081859c52705bfa6b6bf7cc7eb2b3a70953370 (patch) | |
tree | 72876cc4c6ee3e60258a06c3bec9698e4596c717 | |
parent | 8f4c4975d157565acf7f47d96da72369fdae7cf0 (diff) | |
download | bugzilla-f9081859c52705bfa6b6bf7cc7eb2b3a70953370.tar.gz bugzilla-f9081859c52705bfa6b6bf7cc7eb2b3a70953370.tar.xz |
Bug 1316180 - Autocomplete on all fields should be off for security bugs
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index c7bdefbdc..5740dabd8 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -137,7 +137,7 @@ %] [% IF user.id %] - <form name="changeform" id="changeform" method="post" action="process_bug.cgi"> + <form name="changeform" id="changeform" method="post" action="process_bug.cgi"[% IF bug.groups_in.size %] autocomplete="nope"[% END %]> <input type="hidden" name="delta_ts" value="[% bug.delta_ts FILTER html %]"> <input type="hidden" name="longdesclength" value="[% bug.comments.size FILTER html %]"> <input type="hidden" name="id" id="bug_id" value="[% bug.bug_id FILTER html %]"> |