Skip to content

Commit

Permalink
Default pingServerUrl (http) protocol converted to (https) protocol (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hasibsahibzada authored and rgommezz committed Jun 22, 2018
1 parent 64781fe commit 5cd3414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function* handleConnectivityChange(
export default function* networkEventsListenerSaga(
{
timeout = 3000,
pingServerUrl = 'http://www.google.com/',
pingServerUrl = 'https://www.google.com/',
withExtraHeadRequest = true,
checkConnectionInterval = 0,
}: Arguments = {},
Expand Down

1 comment on commit 5cd3414

@adam-s
Copy link

@adam-s adam-s commented on 5cd3414 Jun 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.