Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-11 | make the order of rules in generated CSP deterministic | Wojtek Kosior | |
This is purely to help with automated testing. | |||
2022-03-04 | prepend all generated console messages with 'Haketilo:' | Wojtek Kosior | |
2022-01-28 | update error reporting in popup | Wojtek Kosior | |
2022-01-15 | make blocking rules queryable in pattern tree just as mappings are | Wojtek Kosior | |
2022-01-04 | fix license promise typo | Wojtek Kosior | |
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. |