Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-11 | don't double-modify response headers retrieved from cache | Wojtek Kosior | |
2022-03-10 | fix application of default blocking rule under Chromium | Wojtek Kosior | |
2022-03-10 | fix chromium synchronous policy fetching for file:/// URLs | Wojtek Kosior | |
2022-03-10 | fix incorrect variable reference | Wojtek Kosior | |
2022-03-04 | prepend all generated console messages with 'Haketilo:' | Wojtek Kosior | |
2022-02-14 | restore chromium support | Wojtek Kosior | |
2022-01-29 | make Haketilo buildable again (for Mozilla) | Wojtek Kosior | |
How cool it is to throw away 5755 lines of code... | |||
2022-01-26 | add new root content script | Wojtek Kosior | |
2022-01-04 | fix license promise typo | Wojtek Kosior | |
2022-01-03 | improve and test the dafult policy dialog | Wojtek Kosior | |
This commit also fixes some bugs that manifested themselves spuriously. | |||
2021-12-31 | utilize Pattern Tree to decide the policy to use and modify HTTP response ↵ | Wojtek Kosior | |
headers according to that policy This commit also enhances the build script so that preprocessor conditionals can now use operators '&&' and '||'. The features being developed are not yet included in the actual Haketilo build. Some of the new source files contain similar functionality to other ones already existing in the source tree. At some point the latter will be removed. |