New update was pushed out. Changes:
- Some instances of
new Function
were replaced withfunction(){}
to bypass Content Security Policy restrictions, becausenew Function
even without any parameters is considered to beeval
(???), and forces to alloweval
globally.
This update doesn’t affect any functionality, and can be safely skipped, if you don’t work with security-constrained environments.