From ad3acb47bba12ac93a7e39e06f8eb2fb5b590cf6 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 23 Apr 2003 13:38:28 +0000 Subject: [PATCH] register the plug-in for https as well. Most wget installations seem to 2003-04-23 Sven Neumann * plug-ins/common/url.c (query): register the plug-in for https as well. Most wget installations seem to handle this nowadays. --- ChangeLog | 5 +++++ plug-ins/common/url.c | 2 +- plug-ins/uri/uri-backend-wget.c | 2 +- plug-ins/uri/uri.c | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c95ad7d069..f3c502e60e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-23 Sven Neumann + + * plug-ins/common/url.c (query): register the plug-in for https + as well. Most wget installations seem to handle this nowadays. + 2003-04-21 Pedro Gimeno * configure.in: Removed the plug-ins/tools/Makefile line that was diff --git a/plug-ins/common/url.c b/plug-ins/common/url.c index 9fc1547bcc..8e4e7399bf 100644 --- a/plug-ins/common/url.c +++ b/plug-ins/common/url.c @@ -91,7 +91,7 @@ query (void) gimp_register_load_handler ("file_url_load", "", - "http:,ftp:"); + "http:,https:,ftp:"); } static void diff --git a/plug-ins/uri/uri-backend-wget.c b/plug-ins/uri/uri-backend-wget.c index 9fc1547bcc..8e4e7399bf 100644 --- a/plug-ins/uri/uri-backend-wget.c +++ b/plug-ins/uri/uri-backend-wget.c @@ -91,7 +91,7 @@ query (void) gimp_register_load_handler ("file_url_load", "", - "http:,ftp:"); + "http:,https:,ftp:"); } static void diff --git a/plug-ins/uri/uri.c b/plug-ins/uri/uri.c index 9fc1547bcc..8e4e7399bf 100644 --- a/plug-ins/uri/uri.c +++ b/plug-ins/uri/uri.c @@ -91,7 +91,7 @@ query (void) gimp_register_load_handler ("file_url_load", "", - "http:,ftp:"); + "http:,https:,ftp:"); } static void