1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 10:43:35 +00:00

[PS-1265] fix on install hook (#3278)

* Create service factories

* Add onInstall hook to service worker

* Add factory helper and common options structure

* Use factories in main.background

* simplify common factory options

* Split factory service cache and options.

Improve factory method base type handling.

* Add dev flag for managed environment.
This commit is contained in:
Matt Gibson
2022-08-18 08:23:16 -06:00
committed by GitHub
parent 89b69f4bc6
commit 179a3b3726
16 changed files with 448 additions and 52 deletions

View File

@@ -1,6 +1,9 @@
{
"devFlags": {
"storeSessionDecrypted": false
"storeSessionDecrypted": false,
"managedEnvironment": {
"base": "https://localhost:8080"
}
},
"flags": {}
}