1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-15 14:09:36 +02:00

"Protect" data URL pages by blocking outgoing requests

Fixes #208
This commit is contained in:
kkapsner 2018-07-16 00:14:44 +02:00
parent 8ca23e37e1
commit 47a9519ceb
8 changed files with 95 additions and 3 deletions

View file

@ -1,4 +1,4 @@
Version 0.4.6:
Version 0.5.0:
changes:
- Changes in the random supply API
- Added grouping to API white list
@ -10,6 +10,14 @@ Version 0.4.6:
fixes:
- make function replacements not detectable
- "protect" data URL pages by blocking all requests from them
removed fixes:
- display of about:blank broken in Waterfox
reason: it should help protect data URL pages in the future
known issues:
- if a data URL request is blocked the page action button appears but shown no content
Version 0.4.5c:
new features: