diff --git a/rulesdocs/lockdown_audit_rules.md b/rulesdocs/lockdown_audit_rules.md index b7dc8a63..c294861a 100644 --- a/rulesdocs/lockdown_audit_rules.md +++ b/rulesdocs/lockdown_audit_rules.md @@ -30,4 +30,13 @@ ONLY lockdown admins can log in and use the site as normal ## web ui lockdown rules: - show admin login overlay on driver page, already correct i think - show disabled overlay on spectator pages, also already good i think -- dont worry about disabling buttons and stuff. anything unallowed will be blocked server-side, and there will be the overlay in UI. \ No newline at end of file +- dont worry about disabling buttons and stuff. anything unallowed will be blocked server-side, and there will be the overlay in UI. + +## what features should still work for everyone: +- the admin login overlay + - meaning, everyone still sees it and can log in and stuff +- the chat, since its in the overlay + - includes setting nicknames and such +- session sync and stuff + - cause it makes the whole page work and be correct + - not really a big deal if someone can see the session sync during lockdown. biggest concern for lockdown is that no one can see or use the real world stuff. \ No newline at end of file