Skip to content

Commit 7ed5387

Browse files
authored
remove non-support for custom ports (#7089)
1 parent c60b99c commit 7ed5387

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/activities/Development_Guides.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -657,16 +657,10 @@ export default function LayoutMode() {
657657

658658
### Activity Proxy Considerations
659659

660-
All network traffic is routed through the Discord Proxy for various security reasons. The proxy does not support mapping targets to specific ports. Any mapping to specific ports will have to be handled by your application.
660+
All network traffic is routed through the Discord Proxy for various security reasons.
661661

662662
Under the hood we utilize Cloudflare Workers, which brings some restrictions, outlined below.
663663

664-
#### iframe Supported Ports
665-
When an activity's iframe makes a request (i.e. to https://<app_id>.discordsays.com), url port usage is limited to Cloudflare's list of supported ports as shown [here](https://developers.cloudflare.com/fundamentals/reference/network-ports/#network-ports-compatible-with-cloudflares-proxy).
666-
667-
#### Url Mapping Target Supported Ports
668-
At this time, URL mapping targets do not support external url ports. This is a [known issue](https://developers.cloudflare.com/workers/platform/known-issues/#custom-ports) of Cloudflare workers.
669-
670664
#### WebTransport
671665

672666
While we currently only support websockets, we're working with our upstream providers to enable WebTransport.

0 commit comments

Comments
 (0)