mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
Merge branch 'main' into ps/PM-8297-improve-updater
This commit is contained in:
@@ -664,6 +664,10 @@ export class BrowserApi {
|
||||
* Identifies if the browser autofill settings are overridden by the extension.
|
||||
*/
|
||||
static async browserAutofillSettingsOverridden(): Promise<boolean> {
|
||||
if (!(await BrowserApi.permissionsGranted(["privacy"]))) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const checkOverrideStatus = (details: chrome.types.ChromeSettingGetResult<boolean>) =>
|
||||
details.levelOfControl === "controlled_by_this_extension" && !details.value;
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@koa/multer": "3.0.2",
|
||||
"@koa/multer": "3.1.0",
|
||||
"@koa/router": "13.1.0",
|
||||
"argon2": "0.41.1",
|
||||
"big-integer": "1.6.52",
|
||||
@@ -81,7 +81,7 @@
|
||||
"koa-json": "2.0.2",
|
||||
"lowdb": "1.0.0",
|
||||
"lunr": "2.3.9",
|
||||
"multer": "1.4.5-lts.1",
|
||||
"multer": "1.4.5-lts.2",
|
||||
"node-fetch": "2.6.12",
|
||||
"node-forge": "1.3.1",
|
||||
"open": "8.4.2",
|
||||
|
||||
Reference in New Issue
Block a user