mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
home: Allow logged out user through home.
We allow user to load webapp without log-in. This is only be enabled for developed purposes now. Production setups will see no changes.
This commit is contained in:
@@ -35,8 +35,7 @@ class PublicURLTest(ZulipTestCase):
|
||||
get_urls = {200: ["/accounts/home/", "/accounts/login/",
|
||||
"/en/accounts/home/", "/ru/accounts/home/",
|
||||
"/en/accounts/login/", "/ru/accounts/login/",
|
||||
"/help/"],
|
||||
302: ["/", "/en/", "/ru/"],
|
||||
"/help/", "/", "/en/", "/ru/"],
|
||||
400: ["/json/messages",
|
||||
],
|
||||
401: [f"/json/streams/{denmark_stream_id}/members",
|
||||
|
||||
Reference in New Issue
Block a user