summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-08-28 17:22:11 +0200
committerByron Jones <bjones@mozilla.com>2012-08-28 17:22:11 +0200
commita3b0a94e697ed4478cde8de2fb22e9545dc41c8e (patch)
treeeaf3cf782d67848d88b9f22d02f1c0cbc1bc35d0 /template/en/default/list
parentee28112b01e1ea22ee0cccca898f38d14ed54f29 (diff)
downloadbugzilla-a3b0a94e697ed4478cde8de2fb22e9545dc41c8e.tar.gz
bugzilla-a3b0a94e697ed4478cde8de2fb22e9545dc41c8e.tar.xz
Bug 772953: Remove the token from buglist urls
r=dkl, a=LpSolit
Diffstat (limited to 'template/en/default/list')
-rw-r--r--template/en/default/list/list.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 1dfdf51c2..1c5c22810 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -38,6 +38,9 @@
&list_id=[% cgi.param('list_id') FILTER uri %]
[%~ END %]
[% END %]
+ [% ELSIF cgi.param('token') != '' %]
+ [% new_url = 'buglist.cgi?'
+ _ cgi.canonicalise_query('token', 'cmdtype', 'remtype') %]
[% END %]
if (history && history.replaceState) {