mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-16 05:12:39 +00:00
Remove TODO
This commit is contained in:
@@ -26,7 +26,6 @@ namespace QuickLook.Plugin.HtmlViewer
|
|||||||
{
|
{
|
||||||
public class Plugin : IViewer
|
public class Plugin : IViewer
|
||||||
{
|
{
|
||||||
// TODO: Handle urls based on protocol
|
|
||||||
private static readonly string[] Extensions = { ".mht", ".mhtml", ".htm", ".html", ".svg" };
|
private static readonly string[] Extensions = { ".mht", ".mhtml", ".htm", ".html", ".svg" };
|
||||||
private static readonly string[] SupportedProtocols = { "http", "https" };
|
private static readonly string[] SupportedProtocols = { "http", "https" };
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user