diff options
-rw-r--r-- | src/com/android/browser/BrowserSettings.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/browser/BrowserSettings.java b/src/com/android/browser/BrowserSettings.java index 3327e4c..2369554 100644 --- a/src/com/android/browser/BrowserSettings.java +++ b/src/com/android/browser/BrowserSettings.java @@ -318,9 +318,6 @@ public class BrowserSettings implements OnSharedPreferenceChangeListener, settings.setAppCachePath(getAppCachePath()); settings.setDatabasePath(mContext.getDir("databases", 0).getPath()); settings.setGeolocationDatabasePath(mContext.getDir("geolocation", 0).getPath()); - // origin policy for file access - settings.setAllowUniversalAccessFromFileURLs(false); - settings.setAllowFileAccessFromFileURLs(false); } private void syncSharedSettings() { |