mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 18:39:45 +00:00
Merge remote-tracking branch 'origin/master' into enhanced_url_preview
This commit is contained in:
@@ -26,7 +26,7 @@ namespace QuickLook.Plugin.HtmlViewer
|
||||
{
|
||||
public class Plugin : IViewer
|
||||
{
|
||||
private static readonly string[] Extensions = { ".mht", ".mhtml", ".htm", ".html", ".svg" };
|
||||
private static readonly string[] Extensions = { ".mht", ".mhtml", ".htm", ".html", ".url" };
|
||||
private static readonly string[] SupportedProtocols = { "http", "https" };
|
||||
|
||||
private WebpagePanel _panel;
|
||||
|
Reference in New Issue
Block a user