quick hack to test SSL in bundles
[ardour.git] / gtk2_ardour / utils_videotl.cc
index 2d859b692ad404ced8a40fd82680469c2e60b532..0a521a19357bbd2d1ec94450ba9a458e252900d4 100644 (file)
@@ -337,8 +337,7 @@ extern "C" {
                struct A3MemoryStruct chunk;
                long int httpstatus;
                if (status) *status = 0;
-               //Glib::usleep(500000); return NULL; // TEST & DEBUG
-               if (strncmp("http://", u, 7)) return NULL;
+               if (strncmp("http://", u, 7) && strncmp("https://", u, 8)) return NULL;
 
                chunk.data=NULL;
                chunk.size=0;