mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Users who are too far into paging now get a 404
This commit is contained in:
parent
a5222d9675
commit
7b99693f4a
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ def load_single_feed(request, feed_id):
|
|||
|
||||
if page > 400:
|
||||
logging.user(request, "~BR~FK~SBOver page 400 on single feed: %s" % page)
|
||||
assert False
|
||||
raise Http404
|
||||
|
||||
if query:
|
||||
if user.profile.is_premium:
|
||||
|
|
Loading…
Add table
Reference in a new issue