diff --git a/GreenshotConfluencePlugin/ConfluencePlugin.cs b/GreenshotConfluencePlugin/ConfluencePlugin.cs index 737536e15..42a123314 100644 --- a/GreenshotConfluencePlugin/ConfluencePlugin.cs +++ b/GreenshotConfluencePlugin/ConfluencePlugin.cs @@ -24,6 +24,7 @@ using System.Diagnostics; using System.Drawing; using System.IO; using System.Windows; +using System.Web; using Confluence; using Greenshot.Plugin; @@ -105,6 +106,9 @@ namespace GreenshotConfluencePlugin { host = pluginHost; ConfluencePluginAttributes = myAttributes; + // Force exception when there is no Full Profile, this will make sure the plugin isn't loaded + HttpUtility.UrlEncode("bla"); + // Register configuration (don't need the configuration itself) config = IniConfig.GetIniSection(); if(config.IsDirty) {