We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f23382d + ea93378 commit b27c009Copy full SHA for b27c009
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