Skip to content

Commit bcf2345

Browse files
removed extra var
1 parent 27ad802 commit bcf2345

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/breakout-traffic.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ import { Render } from "~/components";
1111
<Render file="connector/app-aware-policies/breakout-prioritized" params={{
1212
magicWord: "breakout",
1313
featureName: "Breakout traffic",
14-
whatHappensApp: "will now go directly to the Internet and bypass Cloudflare's filtering",
15-
jsonType: "breakout"
14+
whatHappensApp: "will now go directly to the Internet and bypass Cloudflare's filtering"
1615
}} />

src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/prioritized-traffic.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ import { Render } from "~/components";
1111
<Render file="connector/app-aware-policies/breakout-prioritized" params={{
1212
magicWord: "prioritized",
1313
featureName: "Prioritized traffic",
14-
whatHappensApp: "is now processed first by Connector",
15-
jsonType: "priority"
14+
whatHappensApp: "is now processed first by Connector"
1615
}} />

0 commit comments

Comments
 (0)