register the plug-in for https as well. Most wget installations seem to

2003-04-23  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/url.c (query): register the plug-in for https
	as well. Most wget installations seem to handle this nowadays.
This commit is contained in:
Sven Neumann
2003-04-23 13:38:28 +00:00
committed by Sven Neumann
parent 9d0b0f5eb3
commit ad3acb47bb
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-04-23 Sven Neumann <sven@gimp.org>
* 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 <pggimeno@wanadoo.es>
* configure.in: Removed the plug-ins/tools/Makefile line that was

View File

@ -91,7 +91,7 @@ query (void)
gimp_register_load_handler ("file_url_load",
"",
"http:,ftp:");
"http:,https:,ftp:");
}
static void

View File

@ -91,7 +91,7 @@ query (void)
gimp_register_load_handler ("file_url_load",
"",
"http:,ftp:");
"http:,https:,ftp:");
}
static void

View File

@ -91,7 +91,7 @@ query (void)
gimp_register_load_handler ("file_url_load",
"",
"http:,ftp:");
"http:,https:,ftp:");
}
static void