Open
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
Currently, Parse Dashboard relies on IP checking to check if a Dashboard is running remotely, and add additional security if so. This is problematic if you are using a proxy, which can result in protections becoming disabled.
Feature / Enhancement Description
Rather than relying on IP checking for security, add Parse Dashboard option allowAnonymousUser
. This would also change the behavior of being able to run Parse Dashboard locally without allowInsecureHTTP
or dev
.