Skip to content

Commit

Permalink
Changed plugin to upload over HTTPS (resolves #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMedia committed Sep 18, 2018
1 parent 41f402c commit fd0245b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AlexMedia.GreenshotPlugins.Oovg/OovgDestination.cs
Expand Up @@ -54,7 +54,7 @@ private bool UploadImage(ICaptureDetails captureDetails, ISurface surface, out s
{
_log.Debug("Exporting file to oo.vg");

var uploadUrl = "http://oo.vg/a/upload";
var uploadUrl = "https://oo.vg/a/upload";

var config = IniConfig.GetIniSection<OovgConfiguration>();

Expand Down

0 comments on commit fd0245b

Please sign in to comment.