Skip to content

Commit

Permalink
offline
Browse files Browse the repository at this point in the history
  • Loading branch information
LongmetalAdmin committed Mar 7, 2024
1 parent bca5643 commit e052676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Offline.options = {
},
requests: false, // Whether to automatically intercept AJAX requests and retry them when the connection is back
game: false, // Whether to simulate offline behavior for testing purposes
checks: {xhr: {url: 'www.google.com'}}
checks: {xhr: {url: 'https://www.google.com'}}
};


Expand Down

0 comments on commit e052676

Please sign in to comment.