Secure dynamic JS compilation under CSP

Hi. I was looking into converting my application to use CSP when I learned
that neither eval nor new Function() are allowed. I have a large
application that uses these features to compile JS at runtime. I am
wondering what alternatives are available.

Thanks,
jjb

Received on Thursday, 19 July 2012 17:46:04 UTC