Skip to content

Commit

Permalink
FS-3873: cookie_policy added to unprotected_routes to make it availab…
Browse files Browse the repository at this point in the history
…le at login page
  • Loading branch information
hamzabinkhalid committed Jun 24, 2024
1 parent a079b1c commit cdbde32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def check_for_maintenance():
def ensure_minimum_required_roles():
return auth_protect(
minimum_roles_required=["COMMENTER"],
unprotected_routes=["/", "/healthcheck"],
unprotected_routes=["/", "/healthcheck", "/cookie_policy"],
)

# Get static filenames list
Expand Down

0 comments on commit cdbde32

Please sign in to comment.