I’d like to show elements on a page to admin/site owners only. If I were to use something like currentMember.getRoles() on the frontend to test for admin/site owner, is there any Wix magic that would stop a hacker from spoofing that logic?
If not, what is the recommended way to security restrict content on a public page to admin/site owners only?