Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
e8b86593
Commit
e8b86593
authored
Sep 04, 2013
by
Simon Green
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 875217 - SecurityError in Javascript on buglist.cgi
r=glob, a=glob
parent
6098f297
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
list.html.tmpl
template/en/default/list/list.html.tmpl
+6
-6
No files found.
template/en/default/list/list.html.tmpl
View file @
e8b86593
...
...
@@ -30,22 +30,22 @@
[% qorder = order FILTER uri IF order %]
[% javascript = BLOCK %]
[% new_url = cgi.self_url %]
[% IF quicksearch %]
[% new_
url
= BLOCK ~%]
buglist.cgi?
quicksearch=[% quicksearch FILTER uri %]
[% new_
param
= BLOCK ~%]
quicksearch=[% quicksearch FILTER uri %]
[%~ IF cgi.param('list_id') ~%]
&list_id=[% cgi.param('list_id') FILTER uri %]
[%~ END %]
[% END %]
[% ELSIF cgi.param('token') != '' %]
[% new_url = 'buglist.cgi?'
_ cgi.canonicalise_query('token', 'cmdtype', 'remtype') %]
[% new_param = cgi.canonicalise_query('token', 'cmdtype', 'remtype') %]
[% ELSE %]
[% new_param = cgi.canonicalise_query %]
[% END %]
if (history && history.replaceState) {
history.replaceState(null, "[% unfiltered_title FILTER js %]",
"
[% new_url
FILTER js %]");
"
buglist.cgi?[% new_param
FILTER js %]");
document.title = "[% unfiltered_title FILTER js %]";
}
[% javascript FILTER none %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment