Add another tweak for handling CSP - we need to make sure that we don't trigger any...
authorJohn Resig <jeresig@gmail.com>
Tue, 18 Jan 2011 20:13:09 +0000 (15:13 -0500)
committerJohn Resig <jeresig@gmail.com>
Tue, 18 Jan 2011 20:13:09 +0000 (15:13 -0500)
commit9c763ad39d42c54d24f659e7895a8f361a08d27c
tree3deddc380e94e89e5f95aba67974fa49744f29e4
parentc1d719b580ea78c33961113030d7fa25bcc98e6f
Add another tweak for handling CSP - we need to make sure that we don't trigger any eval on load (not sure if it's the best tweak, definitely not ideal). Add a test page as well so that it's easier to catch problem.
src/support.js
test/csp.php [new file with mode: 0644]