← Back to context

Comment by dharmab

5 years ago

Its not just startups. I work at a major company and we’ve had internal domains flagged in the past due to internal security testing. We resolved it by making some calls to people at Google because the Safe Browsing dashboard is so slow to fix things.

This is especially troublesome if you allow customers to upload code to run on your systems (e.g. Javascript for webpages or interactive data analytics) You have to isolate every customer on separate domains.

> You have to isolate every customer on separate domains.

Allowing unvetted JavaScript to be served from your main domain is something of a security risk anyway.