mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
never domains key
This commit is contained in:
@@ -10,6 +10,7 @@ export class ConstantsService {
|
|||||||
static readonly enableAutoFillOnPageLoadKey: string = 'enableAutoFillOnPageLoad';
|
static readonly enableAutoFillOnPageLoadKey: string = 'enableAutoFillOnPageLoad';
|
||||||
static readonly lockOptionKey: string = 'lockOption';
|
static readonly lockOptionKey: string = 'lockOption';
|
||||||
static readonly lastActiveKey: string = 'lastActive';
|
static readonly lastActiveKey: string = 'lastActive';
|
||||||
|
static readonly neverDomainsKey: string = 'neverDomains';
|
||||||
|
|
||||||
readonly environmentUrlsKey: string = ConstantsService.environmentUrlsKey;
|
readonly environmentUrlsKey: string = ConstantsService.environmentUrlsKey;
|
||||||
readonly disableGaKey: string = ConstantsService.disableGaKey;
|
readonly disableGaKey: string = ConstantsService.disableGaKey;
|
||||||
@@ -20,6 +21,7 @@ export class ConstantsService {
|
|||||||
readonly enableAutoFillOnPageLoadKey: string = ConstantsService.enableAutoFillOnPageLoadKey;
|
readonly enableAutoFillOnPageLoadKey: string = ConstantsService.enableAutoFillOnPageLoadKey;
|
||||||
readonly lockOptionKey: string = ConstantsService.lockOptionKey;
|
readonly lockOptionKey: string = ConstantsService.lockOptionKey;
|
||||||
readonly lastActiveKey: string = ConstantsService.lastActiveKey;
|
readonly lastActiveKey: string = ConstantsService.lastActiveKey;
|
||||||
|
readonly neverDomainsKey: string = ConstantsService.neverDomainsKey;
|
||||||
|
|
||||||
// TODO: Convert these objects to enums
|
// TODO: Convert these objects to enums
|
||||||
readonly encType: any = {
|
readonly encType: any = {
|
||||||
|
|||||||
Reference in New Issue
Block a user