Remove TODO

This commit is contained in:
Leon Pascal Thierschmidt
2020-04-09 01:13:21 +02:00
parent cf29484208
commit 8e801d9fa4

View File

@@ -26,7 +26,6 @@ namespace QuickLook.Plugin.HtmlViewer
{
public class Plugin : IViewer
{
// TODO: Handle urls based on protocol
private static readonly string[] Extensions = { ".mht", ".mhtml", ".htm", ".html", ".svg" };
private static readonly string[] SupportedProtocols = { "http", "https" };