From 07ef1e58f999bb1d2fcbb1d8d01f5d0d1c8c91ca Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Mon, 1 Jul 2019 11:13:29 +0200 Subject: Remove web+ from protocol registration --- js/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/main.ts') diff --git a/js/main.ts b/js/main.ts index adf95c6..58a40c0 100644 --- a/js/main.ts +++ b/js/main.ts @@ -3,7 +3,7 @@ // if ('registerProtocolHandler' in navigator) { - (navigator as any).registerProtocolHandler('web+gopher', 'https://gopher.feuerfuchs.dev/%s', 'Web Gopher Proxy'); + (navigator as any).registerProtocolHandler('gopher', 'https://gopher.feuerfuchs.dev/%s', 'Web Gopher Proxy'); } function ensureSetting(key: string, defaultValue: string): string { -- cgit v1.2.3-54-g00ecf