diff --git a/src/app/components/floating-column/add-new-account/add-new-account.component.ts b/src/app/components/floating-column/add-new-account/add-new-account.component.ts index cfb42038..c740cb7f 100644 --- a/src/app/components/floating-column/add-new-account/add-new-account.component.ts +++ b/src/app/components/floating-column/add-new-account/add-new-account.component.ts @@ -51,7 +51,7 @@ export class AddNewAccountComponent implements OnInit { } private checkBlockList(instance: string){ - let cleanInstance = instance.replace('http://', '').replace('https://', ''); + let cleanInstance = instance.replace('http://', '').replace('https://', '').toLowerCase(); for (let b of this.blockList) { if (cleanInstance == b || cleanInstance.includes(`.${b}`)) { let content = '