Skip to content

Releases: kkapsner/CanvasBlocker

0.5.12

06 Jul 10:45
Compare
Choose a tag to compare

changes:

- rearranged some settings

new features:

- enabled whitelisting of local files
- added tabs in options page

fixes:

- detect when browser.contextualIdentities.onRemoved is not supported

known issues:

- if a data URL is blocked the page action button does not appear

0.5.11

23 Jun 18:31
Compare
Choose a tag to compare

new features:

- added auto update for beta versions
- options: made sections collapsible
- clear persistent rng data if a container is deleted
- added tool to clear persistent rng for a specific container

fixes:

- improved protection of (i)frame properties
- document.write and document.writeln protection broke pages
- race condition causes persistent rnd separation between containers to leak

known issues:

- if a data URL is blocked the page action button does not appear

0.5.11 RC1

20 Jun 08:30
Compare
Choose a tag to compare
0.5.11 RC1 Pre-release
Pre-release

new features:

- added auto update for beta versions
- options: made sections collapsible
- clear persistent rng data if a container is deleted
- added tool to clear persistent rng for a specific container

fixes:

- improved protection of (i)frame properties
- document.write and document.writeln protection broke pages
- race condition causes persistent rnd separation between containers to leak

known issues:

- if a data URL is blocked the page action button does not appear

0.5.10

31 May 10:14
Compare
Choose a tag to compare

changes:

- min version is now 57 to remove the amount of warnings on submission

new features:

- added date and time to the settings export file
- persistent rng is no longer shared between containers (different cookieStoreId)

fixes:

- setter for innerHTML broke pages
- protection for document.write and document.writeln broke in Firefox 69
- not connected iFrame threw error with persistent rng
- detection over document.write and document.writeln was possible
- google docs were broken in Waterfox
- MutationObserver failed in some instances
- server-site navigator protection did not respect whitelisting
- confirm messages were broken in Firefox 67

known issues:

- if a data URL is blocked the page action button does not appear

0.5.10 RC3

30 May 10:55
Compare
Choose a tag to compare
0.5.10 RC3 Pre-release
Pre-release

changes:

- min version is now 57 to remove the amount of warnings on submission

new features:

- added date and time to the settings export file
- persistent rng is no longer shared between containers (different cookieStoreId)

fixes:

- setter for innerHTML broke pages
- protection for document.write and document.writeln broke in Firefox 69
- not connected iFrame threw error with persistent rng
- detection over document.write and document.writeln was possible
- google docs were broken in Waterfox
- MutationObserver failed in some instances
- server-site navigator protection did not respect whitelisting

known issues:

- if a data URL is blocked the page action button does not appear

0.5.10 RC2

29 May 18:54
Compare
Choose a tag to compare
0.5.10 RC2 Pre-release
Pre-release

changes:

- min version is now 57 to remove the amount of warnings on submission

new features:

- added date and time to the settings export file
- persistent rng is no longer shared between containers (different cookieStoreId)

fixes:

- setter for innerHTML broke pages
- protection for document.write and document.writeln broke in Firefox 69
- not connected iFrame threw error with persistent rng
- detection over document.write and document.writeln was possible
- google docs were broken in Waterfox
- MutationObserver failed in some instances

known issues:

- if a data URL is blocked the page action button does not appear

0.5.10 RC1

29 May 14:11
Compare
Choose a tag to compare
0.5.10 RC1 Pre-release
Pre-release

changes:

- min version is now 57 to remove the amount of warnings on submission

new features:

- added date and time to the settings export file
- persistent rng is no longer shared between containers (different cookieStoreId)

fixes:

- setter for innerHTML broke pages
- protection for document.write and document.writeln broke in Firefox 69
- not connected iFrame threw error with persistent rng
- detection over document.write and document.writeln was possible
- google docs were broken in Waterfox

known issues:

- if a data URL is blocked the page action button does not appear

0.5.9

26 May 17:33
Compare
Choose a tag to compare

changes:

- code cleanup
- made history length threshold url specific
- made navigator protection url specific
- uniform themes
- simplified the "display hidden settings" UI

new features:

- added protection for navigator properties
- added support to import older storage versions
- protection for data URLs can now be url specific
- changed input of lists to textarea
- added option to protect no part of the canvas API
- apply themes to all extension pages (options, page action, browser action, setting sanitation, setting inspection, navigator settings)
- theme for automatic detection of dark mode (only works with Firefox >= 67)
- within the page action the used API can be whitelisted alone
- added overview page for whitelist

fixes:

- search could show hidden settings
- faking audio did not work with white random generator
- enabled copying from settings description when they are "hidden"
- fixed description for "show notifications"
- improved DOMRect performance
- improved general performance when stack list is disabled
- preventing double interception (increased performance and reduced detectability)
- detection over navigator and DOMRect getters was possible
- audio cache could break readout
- improved iFrame protection
- SOP detection did not work all the time

known issues:

- if a data URL is blocked the page action button does not appear

0.5.9 RC3

24 May 19:49
Compare
Choose a tag to compare
0.5.9 RC3 Pre-release
Pre-release

changes:

- code cleanup
- made history length threshold url specific
- made navigator protection url specific
- uniform themes
- simplified the "display hidden settings" UI

new features:

- added protection for navigator properties
- added support to import older storage versions
- protection for data URLs can now be url specific
- changed input of lists to textarea
- added option to protect no part of the canvas API
- apply themes to all extension pages (options, page action, browser action, setting sanitation, setting inspection, navigator settings)
- theme for automatic detection of dark mode (only works with Firefox >= 67)
- within the page action the used API can be whitelisted alone
- added overview page for whitelist

fixes:

- search could show hidden settings
- faking audio did not work with white random generator
- enabled copying from settings description when they are "hidden"
- fixed description for "show notifications"
- improved DOMRect performance
- improved general performance when stack list is disabled
- preventing double interception (increased performance and reduced detectability)
- detection over navigator and DOMRect getters was possible
- audio cache could break readout
- improved iFrame protection
- SOP detection did not work all the time

known issues:

- if a data URL is blocked the page action button does not appear

0.5.9 RC2

22 May 21:09
Compare
Choose a tag to compare
0.5.9 RC2 Pre-release
Pre-release

changes:

- code cleanup
- made history length threshold url specific
- made navigator protection url specific
- uniform themes
- simplified the "display hidden settings" UI

new features:

- added protection for navigator properties
- added support to import older storage versions
- protection for data URLs can now be url specific
- changed input of lists to textarea
- added option to protect no part of the canvas API
- apply themes to all extension pages (options, page action, browser action, setting sanitation, setting inspection, navigator settings)
- theme for automatic detection of dark mode (only works with Firefox >= 67)
- within the page action the used API can be whitelisted alone
- added overview page for whitelist

fixes:

- search could show hidden settings
- faking audio did not work with white random generator
- enabled copying from settings description when they are "hidden"
- fixed description for "show notifications"
- improved DOMRect performance
- improved general performance when stack list is disabled
- preventing double interception (increased performance and reduced detectability)
- detection over navigator and DOMRect getters was possible
- audio cache could break readout
- improved iFrame protection

known issues:

- if a data URL is blocked