I'm writing an application (example.com) that gives users their own sub-domains to run arbitrary user applications off of (user.example.com).
Each user application will be run on separate servers with distinct domains, and my application will route user.example.com to users-app.com.
Are my users able to compromise each other? What about the parent domain example.com?
example.comis not in use? According to this, sub-domains are treated as different origins. Ifexample.comis not in use, and users scope their domains touser.example.com, what other security concerns should I be war of? – sahil Jun 24 '19 at 00:24