geoq
geoq copied to clipboard
Check all Forms for secure connections
- [ ] Make sure CSRF token is added to each form, and that every service call requires it
- [ ] Make sure proxy only works for authenticated users
This should be a quick fix of just verifying the csrf_token is added to every form and that every proper endpoint has @login_required set.