We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23382d commit ea93378Copy full SHA for ea93378
app/src/main/java/tech/httptoolkit/android/portfilter/PortConstants.kt
@@ -15,7 +15,7 @@ val PORT_DESCRIPTIONS = mapOf(
15
8008 to "Alternative HTTP port",
16
8080 to "Popular local development HTTP port",
17
8090 to "Popular local development HTTP port",
18
- 8433 to "Alternative HTTPS port",
+ 8443 to "Alternative HTTPS port",
19
8888 to "Popular local development HTTP port",
20
9000 to "Popular local development HTTP port"
21
)
0 commit comments