This service works by downloading assets in the HTML provided by the front end (fonts, CSS, etc). What's stopping me from providing a massive asset in the HTML crashing the service? This could be mitigated by using translateURLsToAbsolute and locking down the service internet access, but that seems like a work around. you could just provide thousands of allowed assets.
Are there any mitigations for this built into the service?
This service works by downloading assets in the HTML provided by the front end (fonts, CSS, etc). What's stopping me from providing a massive asset in the HTML crashing the service?
This could be mitigated by usingyou could just provide thousands of allowed assets.translateURLsToAbsoluteand locking down the service internet access, but that seems like a work around.Are there any mitigations for this built into the service?