Skip to content

Releases: dibollinger/CookieBlock

0.5.1

15 May 17:59
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release
  • Fixes a minor bug.
  • Reduces internal code duplication.

0.5.0

15 May 17:57
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • Fix critical problem in the domain/url sanititzer.
  • Improve the feature extraction:
    • Increase top names size from 100 to 500
    • Increase top domains size from 100 to 500
    • Increase name token feature size from 50 to 500
    • Increase content token feature size from 50 to 500
    • Adjust separators feature to size 9, one counter for each type of separator.
    • Re-enable domain period feature.
    • Remove a large number of unused features.
  • Update IAB vendors list.
  • Add new models.
  • Introduce Bayes Decision to prediction, add slider to control focus on necessary cookies.
  • Introduce "known_cookies" exceptions list.
  • Add "reset to defaults" button.
  • Add "clear storage" button.

0.3.3

15 May 17:55
Compare
Choose a tag to compare
0.3.3 Pre-release
Pre-release
  • Setup button closes window again.

0.3.2

15 May 17:54
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release
  • Fixes a bug in that statistics output.

0.3.1

15 May 17:53
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
  • Update license and credits text.
  • Make debug button allow experimentation with all buttons.
  • More backend changes to improve Firefox version.

0.3.0

15 May 17:51
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Hide the debug checkbox.
  • Removed "apply" button, made preference changes instant.
  • Many improvements and bugfixes to the feature extraction.
  • Improved performance of prediction.
  • Add new models.
  • Remove debug output.

0.2

15 May 17:48
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release
  • Many improvements to the backend. Script structure improved.
  • Made it possible to use enter to add exceptions.

0.1: Initial Alpha Release

15 May 17:45
Compare
Choose a tag to compare
Pre-release

Initial release after completion of the master thesis report "Analyzing Cookies Compliance with the GDPR".

See: https://www.research-collection.ethz.ch/bitstream/handle/20.500.11850/477333/Bollinger_Dino.pdf?sequence=1&isAllowed=y

Classifier is functional, but many options are missing.