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