From c1043e6471fdd5d88ceb6ed53a6af330d20b85a7 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 22 Feb 2017 03:10:43 +0000 Subject: repobrowse: eliminate unused query parameters We will try to reduce the amount of query parameters as much as possible to make URLs more amenable to caching at various levels. --- lib/PublicInbox/RepoGitQuery.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/RepoGitQuery.pm b/lib/PublicInbox/RepoGitQuery.pm index c8d4a256..6a560d48 100644 --- a/lib/PublicInbox/RepoGitQuery.pm +++ b/lib/PublicInbox/RepoGitQuery.pm @@ -7,7 +7,7 @@ use strict; use warnings; use PublicInbox::Hval; use URI::Escape qw(uri_unescape); -my @KNOWN_PARAMS = qw(id id2 ofs); +my @KNOWN_PARAMS = qw(ofs); sub new { my ($class, $env) = @_; -- cgit v1.2.3-24-ge0c7