From 702eefd252a112375c2da6a9ae4b39915fc2dbf4 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 31 Dec 2021 14:23:28 +0100 Subject: utilize Pattern Tree to decide the policy to use and modify HTTP response 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. --- manifest.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 7a9edd5..ec94c6e 100644 --- a/manifest.json +++ b/manifest.json @@ -11,11 +11,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // CC0 1.0 Universal License for more details. -#IF NOT MOZILLA -#IF NOT CHROMIUM +#IF !MOZILLA && !CHROMIUM #ERROR Target browser not selected! Please define 'MOZILLA' or 'CHROMIUM'. #ENDIF -#ENDIF { #IF MV2 -- cgit v1.2.3