From 645e0e066a3a26f05b049277ee644960b4513e16 Mon Sep 17 00:00:00 2001 From: Bauke Date: Tue, 15 Nov 2022 12:59:03 +0100 Subject: [PATCH] Change the default redirect to hostname. --- source/options/components/page-main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/options/components/page-main.ts b/source/options/components/page-main.ts index 0a2ef4d..4f29cac 100644 --- a/source/options/components/page-main.ts +++ b/source/options/components/page-main.ts @@ -68,7 +68,7 @@ export class PageMain extends Component { id: await storage.nextRedirectId(), matcherType: 'hostname', matcherValue: 'example.com', - redirectType: 'simple', + redirectType: 'hostname', redirectValue: 'example.org', }); await storage.savePrepared(await storage.prepareForStorage(redirect));