Skip to content

Commit b27c009

Browse files
authored
Merge pull request #39 from tolik518/fixed-alternative-https
Fixed alternative HTTPS port
2 parents f23382d + ea93378 commit b27c009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/tech/httptoolkit/android/portfilter/PortConstants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ val PORT_DESCRIPTIONS = mapOf(
1515
8008 to "Alternative HTTP port",
1616
8080 to "Popular local development HTTP port",
1717
8090 to "Popular local development HTTP port",
18-
8433 to "Alternative HTTPS port",
18+
8443 to "Alternative HTTPS port",
1919
8888 to "Popular local development HTTP port",
2020
9000 to "Popular local development HTTP port"
2121
)

0 commit comments

Comments
 (0)