diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ | |||
3 | // | 3 | // |
4 | 4 | ||
5 | if ('registerProtocolHandler' in navigator) { | 5 | if ('registerProtocolHandler' in navigator) { |
6 | (navigator as any).registerProtocolHandler('web+gopher', 'https://gopher.feuerfuchs.dev/%s', 'Web Gopher Proxy'); | 6 | (navigator as any).registerProtocolHandler('gopher', 'https://gopher.feuerfuchs.dev/%s', 'Web Gopher Proxy'); |
7 | } | 7 | } |
8 | 8 | ||
9 | function ensureSetting(key: string, defaultValue: string): string { | 9 | function ensureSetting(key: string, defaultValue: string): string { |