Browse Source

Add RequestProtector app to cheapest plan

pull/58/head
Kristijan Mitrovic 4 years ago
parent
commit
9e4720b63b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      bubble-server/src/main/resources/models/defaults/bubblePlan.json

+ 2
- 1
bubble-server/src/main/resources/models/defaults/bubblePlan.json View File

@@ -14,7 +14,8 @@
"children": { "children": {
"BubblePlanApp": [ "BubblePlanApp": [
{"app": "BubbleBlock"}, {"app": "BubbleBlock"},
{"app": "TlsPassthru"}
{"app": "TlsPassthru"},
{"app": "RequestProtector"}
] ]
} }
}, },


Loading…
Cancel
Save