mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Security alert - Remove jquery and related
.. RideWindow is no longer required and brings in artefacts that have security alerts. This code should have been deprecated previously and was retained in error. Fixes #3426
This commit is contained in:
@@ -48,10 +48,6 @@
|
||||
#include "SpinScanPlotWindow.h"
|
||||
#include "WorkoutPlotWindow.h"
|
||||
#include "WorkoutWindow.h"
|
||||
#ifndef NOWEBKIT
|
||||
#include "RideWindow.h"
|
||||
#endif
|
||||
#include "RideMapWindow.h"
|
||||
#include "WebPageWindow.h"
|
||||
#ifdef GC_WANT_R
|
||||
#include "RChart.h"
|
||||
@@ -116,8 +112,6 @@ GcWindowRegistry::initialize()
|
||||
{ VIEW_TRAIN, tr("Workout"),GcWindowTypes::WorkoutPlot },
|
||||
{ VIEW_TRAIN, tr("Realtime"),GcWindowTypes::RealtimePlot },
|
||||
{ VIEW_TRAIN, tr("Pedal Stroke"),GcWindowTypes::SpinScanPlot },
|
||||
// { VIEW_TRAIN, tr("Map"), GcWindowTypes::MapWindow }, // DEPRECATED for now
|
||||
// { VIEW_TRAIN, tr("StreetView"), GcWindowTypes::StreetViewWindow }, // DEPRECATED for now, since it causes problems and memory leaks
|
||||
{ VIEW_TRAIN, tr("Video Player"),GcWindowTypes::VideoPlayer },
|
||||
{ VIEW_TRAIN, tr("Workout Editor"),GcWindowTypes::WorkoutWindow },
|
||||
{ VIEW_ANALYSIS|VIEW_HOME|VIEW_TRAIN, tr("Web page"),GcWindowTypes::WebPageWindow },
|
||||
|
||||
Reference in New Issue
Block a user