Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@developit developit released this 01 Oct 21:36
· 4 commits to master since this release
  • Fix security errors in Edge & Safari (#38, thanks @spkellydev!)
  • Updated documentation to explain why dynamic invocation of greenlet() is harmful.

CSP users: this release changes Greenlet back to using Blob URLs instead of Data URLs. This means you need to update your CSP to enable blob:

-worker-src data:, script-src data:
+worker-src blob:, script-src blob: