mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
updates
This commit is contained in:
@@ -3,7 +3,7 @@ import { BaseResponse } from './baseResponse';
|
||||
export class GlobalDomainResponse extends BaseResponse {
|
||||
type: number;
|
||||
domains: string[];
|
||||
excluded: number[];
|
||||
excluded: boolean;
|
||||
|
||||
constructor(response: any) {
|
||||
super(response);
|
||||
|
||||
@@ -15,6 +15,8 @@ const CanLaunchWhitelist = [
|
||||
'irc://',
|
||||
'vnc://',
|
||||
'chrome://',
|
||||
'iosapp://',
|
||||
'androidapp://',
|
||||
];
|
||||
|
||||
export class LoginUriView implements View {
|
||||
|
||||
Reference in New Issue
Block a user