mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
remove BlockBrowserInjectionsByDomain feature flag (#16008)
This commit is contained in:
@@ -532,10 +532,7 @@ export class ServiceContainer {
|
||||
this.authService,
|
||||
);
|
||||
|
||||
this.domainSettingsService = new DefaultDomainSettingsService(
|
||||
this.stateProvider,
|
||||
this.configService,
|
||||
);
|
||||
this.domainSettingsService = new DefaultDomainSettingsService(this.stateProvider);
|
||||
|
||||
this.fileUploadService = new FileUploadService(this.logService, this.apiService);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user