Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 282 Bytes

File metadata and controls

6 lines (5 loc) · 282 Bytes
area webapp
type fix

Require the user is an admin during an impersonation session. Previously only the impersonation cookie was checked; now the real user's admin flag is verified on every request. If admin has been revoked, the session falls back to the real user's ID.