Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support for batch async list operations. | hackademix | 2018-09-13 | 2 | -35/+62 |
| | |||||
* | Internal refactoring of htmlEdit() using idiomatic asynchronous ES for ↵ | hackademix | 2018-09-02 | 1 | -2/+3 |
| | | | | better maintainability and fixing problematic Promise usage. | ||||
* | Fixed weblabels not being checked in whitelisted documents unless they ↵ | hackademix | 2018-09-02 | 1 | -5/+29 |
| | | | | precede scripts. | ||||
* | Moved external licenses check into response pre-processing, in order to ↵ | hackademix | 2018-09-01 | 1 | -5/+5 |
| | | | | avoid filterResponse() as much as possible (fixing issue #11) | ||||
* | WebLabels-based license checking implementation. | hackademix | 2018-08-20 | 1 | -0/+96 |
| | |||||
* | Broader detection of UTF-8 encoding in responses. | hackademix | 2018-08-01 | 1 | -1/+1 |
| | |||||
* | Uniform conventions for module importing paths. | hackademix | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | Refactoring out list management in its own class / bug fixing and ↵ | hackademix | 2018-07-31 | 1 | -0/+71 |
| | | | | simplifying UI synchronization. | ||||
* | Stateful response processing support. | hackademix | 2018-07-31 | 1 | -8/+4 |
| | |||||
* | Implement early whitelisting / blacklisting logic. | hackademix | 2018-07-30 | 2 | -7/+46 |
| | |||||
* | White/Black lists back-end refactoring, fixing entry truncation on removal ↵ | hackademix | 2018-07-29 | 1 | -0/+79 |
| | | | | and possible duplications on addition. | ||||
* | Refactor and fix HTTP response filtering to touch only scripts, either ↵ | hackademix | 2018-07-17 | 2 | -0/+192 |
external or embedded inside HTML documents and sub-documents. |