Releases: dibollinger/CookieBlock
Releases · dibollinger/CookieBlock
0.5.1
- Fixes a minor bug.
- Reduces internal code duplication.
0.5.0
- 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
- Setup button closes window again.
0.3.2
- Fixes a bug in that statistics output.
0.3.1
- Update license and credits text.
- Make debug button allow experimentation with all buttons.
- More backend changes to improve Firefox version.
0.3.0
- 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
- Many improvements to the backend. Script structure improved.
- Made it possible to use enter to add exceptions.
0.1: Initial Alpha Release
Initial release after completion of the master thesis report "Analyzing Cookies Compliance with the GDPR".
Classifier is functional, but many options are missing.