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:
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"devFlags": {
|
||||
"storeSessionDecrypted": false
|
||||
"storeSessionDecrypted": false,
|
||||
"managedEnvironment": {
|
||||
"base": "https://localhost:8080"
|
||||
}
|
||||
},
|
||||
"flags": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user