aboutsummaryrefslogtreecommitdiff
path: root/common/policy.js
AgeCommit message (Collapse)Author
2022-06-10allow eval() in injected scriptsWojtek Kosior
2022-03-11make the order of rules in generated CSP deterministicWojtek Kosior
This is purely to help with automated testing.
2022-03-04prepend all generated console messages with 'Haketilo:'Wojtek Kosior
2022-01-28update error reporting in popupWojtek Kosior
2022-01-15make blocking rules queryable in pattern tree just as mappings areWojtek Kosior
2022-01-04fix license promise typoWojtek Kosior
2021-12-31utilize 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.