Merge remote-tracking branch 'origin/master' into enhanced_url_preview

This commit is contained in:
Leon Pascal Thierschmidt
2020-05-02 15:52:07 +02:00
37 changed files with 401 additions and 5613 deletions

View File

@@ -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;