mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 16:14:48 +01:00
* eval fix: instead of rewriting to 'WB_wombat_eval', rewrite to 'self.eval' for non-top-level eval the wombat object will handle rewriting the eval arg on 'self.eval' tighten rewriting for top-level 'eval', add additional tests part of fix for #663 * rewrite wrap: add extra {, } to avoid collisions, as suggested in webrecorder/wombat#72 eval rewrite: exclude ',eval' as more likely than not causing a false positive, as per #643 * update to latest wombat 3.3.0 with corresponding fixes