Skip to content
Snippets Groups Projects
Commit e6363b5b authored by Jérémy Lal's avatar Jérémy Lal Committed by Jérôme Guelfucci
Browse files

Let http scheme be handled by webkit-thumbnailer

parent e50ddeaf
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,6 @@ tumbler_util_get_supported_uri_schemes (void)
if (strcmp ("file", vfs_schemes[i]) != 0 /* always first scheme */
&& strcmp ("computer", vfs_schemes[i]) != 0 /* only devices here */
&& strcmp ("localtest", vfs_schemes[i]) != 0 /* test fs */
&& strcmp ("http", vfs_schemes[i]) != 0 /* not a fs you can browse */
&& strcmp ("cdda", vfs_schemes[i]) != 0 /* audio cds */
&& strcmp ("network", vfs_schemes[i]) != 0) /* only to list remotes, not files */
uri_schemes[n++] = g_strdup (vfs_schemes[i]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment