summaryrefslogtreecommitdiff
path: root/SparkleShare/Linux/SparkleEventLog.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SparkleShare/Linux/SparkleEventLog.cs')
-rwxr-xr-xSparkleShare/Linux/SparkleEventLog.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/SparkleShare/Linux/SparkleEventLog.cs b/SparkleShare/Linux/SparkleEventLog.cs
index db6ff3f..8fcac27 100755
--- a/SparkleShare/Linux/SparkleEventLog.cs
+++ b/SparkleShare/Linux/SparkleEventLog.cs
@@ -70,6 +70,7 @@ namespace SparkleShare {
new Gdk.RGBA () { Red = 1, Green = 1, Blue=1, Alpha = 1 });
this.web_view = new WebView () { Editable = false };
+ this.web_view.Settings.EnablePlugins = false;
this.web_view.NavigationRequested += WebViewNavigationRequested;
this.scrolled_window.Add (this.web_view);