mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 18:39:45 +00:00
Fixed merging-error
Removed `.url` from `private static readonly string[] Extensions`
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright © 2017 Paddy Xu
|
||||
// Copyright © 2017 Paddy Xu
|
||||
//
|
||||
// This file is part of QuickLook program.
|
||||
//
|
||||
@@ -26,7 +26,7 @@ namespace QuickLook.Plugin.HtmlViewer
|
||||
{
|
||||
public class Plugin : IViewer
|
||||
{
|
||||
private static readonly string[] Extensions = { ".mht", ".mhtml", ".htm", ".html", ".url" };
|
||||
private static readonly string[] Extensions = { ".mht", ".mhtml", ".htm", ".html" };
|
||||
private static readonly string[] SupportedProtocols = { "http", "https" };
|
||||
|
||||
private WebpagePanel _panel;
|
||||
|
Reference in New Issue
Block a user