diff --git a/src/main/java/org/openautonomousconnection/webclient/recode/ui/TabView.java b/src/main/java/org/openautonomousconnection/webclient/recode/ui/TabView.java index b5be366..737adfd 100644 --- a/src/main/java/org/openautonomousconnection/webclient/recode/ui/TabView.java +++ b/src/main/java/org/openautonomousconnection/webclient/recode/ui/TabView.java @@ -65,6 +65,8 @@ public final class TabView extends OACPanel { Platform.runLater(() -> { webView = new WebView(); + webView.setContextMenuEnabled(false); + webView.getEngine().setJavaScriptEnabled(false); engine = webView.getEngine(); engine.locationProperty().addListener((obs, oldV, newV) -> {