Skip to content

Commit 6deaaaa

Browse files
Revert "fix: people getting logged in as each other (#254)"
This reverts commit d7a5888.
1 parent d7a5888 commit 6deaaaa

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

profiles/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,6 @@
7878
# pylint: enable=wrong-import-position
7979

8080

81-
@app.after_request
82-
def set_cache_headers(response):
83-
if "Cache-Control" not in response.headers:
84-
response.headers["Cache-Control"] = "no-store"
85-
response.headers["Vary"] = "Cookie"
86-
return response
87-
88-
8981
@app.route("/", methods=["GET"])
9082
@auth.oidc_auth("default")
9183
@before_request

0 commit comments

Comments
 (0)