OptionalglobalsOptionallookupOptionalmemoryFor DoS handling, limit new objects creation, including array concat/join/strftime, etc. A typical PC can handle 1e9 (1G) memory without issue..
OptionalownSame as ownPropertyOnly on LiquidOptions, but only for current render() call
OptionalrenderFor DoS handling, limit total time (in ms) for each render() call.
OptionalstrictSame as strictVariables on LiquidOptions, but only for current render() call
OptionalsyncThis call is sync or async? It's used by Liquid internal methods, you'll not need this.
OptionaltemplateFor DoS handling, limit total renders of tag/HTML/output in one render() call. A typical PC can handle 1e5 renders of typical templates per second.
Same as
globalson LiquidOptions, but only for current render() call