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"} ] } },