Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.1.0.tar.gz | 2019-10-01 | 4.1 kB | |
1.1.0.zip | 2019-10-01 | 5.4 kB | |
README.md | 2019-10-01 | 396 Bytes | |
Totals: 3 Items | 9.9 kB | 1 |
- 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:
:::diff
-worker-src data:, script-src data:
+worker-src blob:, script-src blob: