joystick
joystick copied to clipboard
Security Checklist
Need to document a pre-production security checklist:
- [ ] Utilize CSP (Content-Security-Policy)
- [ ] Utilize the
sanitizeoption on getters and setters. - [ ] Utilize (but be mindful) of the global
sanitizeoption on the API viaoptions.sanitize. - [ ] Don't commit non-development (or non-destructive) settings files to repos.
- [ ] Utilize route-based context helpers like
ifLoggedIn()andifNotLoggedIn()(also: #85)
...