Merge pull request #672 from kvch/self-info-paging

Self information on later pages
This commit is contained in:
Adam Tauber 2016-08-27 22:10:33 +02:00 committed by GitHub
commit 7591c8bfe3
2 changed files with 22 additions and 4 deletions

View file

@ -29,6 +29,8 @@ p = re.compile('.*user[ -]agent.*', re.IGNORECASE)
# request: flask request object
# ctx: the whole local context of the pre search hook
def post_search(request, ctx):
if ctx['search'].pageno > 1:
return True
if ctx['search'].query == 'ip':
x_forwarded_for = request.headers.getlist("X-Forwarded-For")
if x_forwarded_for: