From d9ee99a9fcad49b344811a9d156509bac2664f05 Mon Sep 17 00:00:00 2001 From: Kristijan Mitrovic Date: Sat, 19 Sep 2020 03:04:37 +0200 Subject: [PATCH] Add new app to some plans --- .../src/main/resources/models/defaults/bubblePlan.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bubble-server/src/main/resources/models/defaults/bubblePlan.json b/bubble-server/src/main/resources/models/defaults/bubblePlan.json index 188c5fc9..a3342251 100644 --- a/bubble-server/src/main/resources/models/defaults/bubblePlan.json +++ b/bubble-server/src/main/resources/models/defaults/bubblePlan.json @@ -36,7 +36,8 @@ {"app": "TrafficAnalytics"}, {"app": "BubbleBlock"}, {"app": "UserBlocker"}, - {"app": "TlsPassthru"} + {"app": "TlsPassthru"}, + {"app": "RequestProtector"} ] } }, @@ -58,7 +59,8 @@ {"app": "TrafficAnalytics"}, {"app": "BubbleBlock"}, {"app": "UserBlocker"}, - {"app": "TlsPassthru"} + {"app": "TlsPassthru"}, + {"app": "RequestProtector"} ] } }