Skip to content

Commit

Permalink
remove app cache settings (apache#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMerz authored and wedgberto committed May 17, 2022
1 parent 3b85131 commit fc895bc
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,6 @@ private void initWebViewSettings() {
// Enable built-in geolocation
settings.setGeolocationEnabled(true);

// Enable AppCache
// Fix for CB-2282
settings.setAppCacheMaxSize(5 * 1048576);
settings.setAppCachePath(databasePath);
settings.setAppCacheEnabled(true);

// Fix for CB-1405
// Google issue 4641
String defaultUserAgent = settings.getUserAgentString();
Expand Down

0 comments on commit fc895bc

Please sign in to comment.