Commit 646c6591 authored by Duggan, John's avatar Duggan, John
Browse files

Remove hardcoded insecure websocket connection

parent 78e9a30d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[tool.poetry]
name = "nova-trame"
version = "0.17.0"
version = "0.17.1"
description = "A Python Package for injecting curated themes and custom components into Trame applications"
authors = ["Duggan, John <dugganjw@ornl.gov>"]
readme = "README.md"
+1 −1
Original line number Diff line number Diff line
@@ -275,7 +275,7 @@ class MatplotlibFigure(matplotlib.Figure):
            ready_%(port)d(
                function() {
                    var websocket_type = mpl.get_websocket_type();
                    var websocket = new websocket_type(`ws://${window.location.host}/mpl/%(port)d`);
                    var websocket = new websocket_type('mpl/%(port)d');

                    var fig = new mpl.figure(
                        // A unique numeric identifier for the figure