Skip to content

Commit

Permalink
Issue #609 - Removes cache_policy on /me route
Browse files Browse the repository at this point in the history
  • Loading branch information
karlcow committed Feb 16, 2017
1 parent 1140db7 commit bf2ac21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_http_caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def test_not_modified_status(self):
'/contributors',
'/issues',
'/issues/100',
'/me',
'/privacy']:
rv = self.app.get(uri, environ_base=html_headers)
response_headers = rv.headers
Expand Down
1 change: 0 additions & 1 deletion webcompat/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def me_redirect():


@app.route('/activity/<username>')
@cache_policy(private=True, uri_max_age=86400)
def show_user_page(username):
'''The logic for this route is as follows:
Expand Down

0 comments on commit bf2ac21

Please sign in to comment.