1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

remove BlockBrowserInjectionsByDomain feature flag (#16008)

This commit is contained in:
Jonathan Prusik
2025-08-18 10:17:05 -04:00
committed by GitHub
parent a60b7fed9a
commit 0c166b3f94
12 changed files with 16 additions and 50 deletions

View File

@@ -520,7 +520,7 @@ const safeProviders: SafeProvider[] = [
safeProvider({
provide: DomainSettingsService,
useClass: DefaultDomainSettingsService,
deps: [StateProvider, ConfigService],
deps: [StateProvider],
}),
safeProvider({
provide: CipherServiceAbstraction,