Skip to content

Commit 5c150d0

Browse files
cuttlasrgommezz
authored andcommitted
doc: add china - google.com warning (#223)
1 parent d6e2e82 commit 5c150d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ type Props = {
185185

186186
`pingTimeout`: amount of time (in ms) that the component should wait for the ping response. Defaults to `10000` ms. If you want to use a different value, it's recommended to use a higher one.
187187

188-
`pingServerUrl`: remote server to ping to. Defaults to `https://www.google.com/` since it's probably one the most stable servers out there, but you can provide your own if needed.
188+
`pingServerUrl`: remote server to ping to. Defaults to `https://www.google.com/` since it's probably one the most stable servers out there, but you can provide your own if needed. Warning: www.google.com is a blocked domain in China, so if you need your app to be accessible from there, you MUST use another domain.
189189

190190
`shouldPing`: flag that denotes whether the extra ping check will be performed or not. Defaults to `true`.
191191

0 commit comments

Comments
 (0)