From 9e4720b63bd2f6c468e0b8026ffc6474d306cd94 Mon Sep 17 00:00:00 2001 From: Kristijan Mitrovic Date: Fri, 25 Sep 2020 11:13:13 +0000 Subject: [PATCH] Add RequestProtector app to cheapest plan --- .../src/main/resources/models/defaults/bubblePlan.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bubble-server/src/main/resources/models/defaults/bubblePlan.json b/bubble-server/src/main/resources/models/defaults/bubblePlan.json index a3342251..fb5e32e9 100644 --- a/bubble-server/src/main/resources/models/defaults/bubblePlan.json +++ b/bubble-server/src/main/resources/models/defaults/bubblePlan.json @@ -14,7 +14,8 @@ "children": { "BubblePlanApp": [ {"app": "BubbleBlock"}, - {"app": "TlsPassthru"} + {"app": "TlsPassthru"}, + {"app": "RequestProtector"} ] } },