Indicates eval and related functionality can be used. Some of Lift's
functionality, including idMemoize and comet handling, relies on eval,
so not including this in your script sources will mean you won't be able to
use those.
If not specified for JavaScript, invoking eval, the Function
constructor, or setTimeout/setInterval with a string parameter will
all throw security exceptions in a browser that supports content security
policies.
Indicates
evaland related functionality can be used. Some of Lift's functionality, includingidMemoizeand comet handling, relies on eval, so not including this in your script sources will mean you won't be able to use those.If not specified for JavaScript, invoking
eval, theFunctionconstructor, orsetTimeout/setIntervalwith a string parameter will all throw security exceptions in a browser that supports content security policies.