Skip to content

Commit

Permalink
v8.7 Android
Browse files Browse the repository at this point in the history
  • Loading branch information
erosman authored Dec 15, 2023
1 parent 47852c9 commit 1a2bd28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class IncognitoAccess {
// Inconsistency: incognito in proxy.settings
// https://bugzilla.mozilla.org/show_bug.cgi?id=1725981
// proxy.settings is not supported on Android
App.firefox && browser.proxy.settings && browser.extension.isAllowedIncognitoAccess()
App.firefox && App.hasProxySettings && browser.extension.isAllowedIncognitoAccess()
.then(response => !response && alert(browser.i18n.getMessage('incognitoAccessError')));
}
}
Expand Down Expand Up @@ -1150,4 +1150,4 @@ ImportExport.init(pref, () => {
// ---------- /Import/Export Preferences -------------------

// ---------- Navigation -----------------------------------
Nav.get();
Nav.get();

0 comments on commit 1a2bd28

Please sign in to comment.