From 23e1480e079a31c6929cfd44cdc41ea1b5ad4369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Mass=C3=A9?= Date: Fri, 3 Aug 2018 14:03:55 +0200 Subject: [PATCH] Avoid http redirect in dependencyBrowseGraph I published a dependency graph at https://github.com/MasseGuillaume/spark-dependency-graph and I noticed that https://cpettitt.github.io/project/graphlib-dot/v0.6.1/graphlib-dot.js redirects to http://www.samsarin.com/project/graphlib-dot/v0.6.1/graphlib-dot.js this causes the script to fail over insecure content. --- src/main/resources/graph.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/graph.html b/src/main/resources/graph.html index 8227b21f2..44b37eb8c 100644 --- a/src/main/resources/graph.html +++ b/src/main/resources/graph.html @@ -32,8 +32,8 @@ THE SOFTWARE. - - + +