Re: Including the Javascript stack trace in the ContentSecurityPolicy report

On 8/2/13 9:29 AM, Henry Wong wrote:
> Is there a particular
> reason not to include the stack trace other than that it might not
> always be relevant?

It's a significant burden on implementations to do it, especially 
without killing performance.  Because loads are async, any operation 
that might start a load has to eagerly save the stack trace just in case 
the load will later fail a CSP check...

-Boris

Received on Friday, 2 August 2013 15:25:12 UTC