From 11f740d7d709babcbd7bd77a41a04fa61f4de76f Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Mon, 11 Jan 2016 23:14:27 +0100 Subject: [PATCH] Use https avoiding Browser reject errors --- ws/Xmlmind/Patch/110_googleapisHttps.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ws/Xmlmind/Patch/110_googleapisHttps.patch diff --git a/ws/Xmlmind/Patch/110_googleapisHttps.patch b/ws/Xmlmind/Patch/110_googleapisHttps.patch new file mode 100644 index 000000000..3ed6f0eb9 --- /dev/null +++ b/ws/Xmlmind/Patch/110_googleapisHttps.patch @@ -0,0 +1,21 @@ +--- xmlmind.orig/addon/config/common/whc/whc_template/page.html 2015-12-03 23:00:13.000000000 +0100 ++++ xmlmind/addon/config/common/whc/whc_template/page.html 2016-01-11 23:09:46.949943968 +0100 +@@ -31,15 +31,15 @@ + + <title>Page</title> + +- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css" ++ <link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css" + rel="stylesheet" type="text/css" id="wh-jquery-css" /> + <link href="_wh/wh.css" + rel="stylesheet" type="text/css" /> + +- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" ++ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" + type="text/javascript" id="wh-jquery"> + </script> +- <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js" ++ <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js" + type="text/javascript" id="wh-jquery-ui"> + </script> + <script src="_wh/wh.min.js" -- GitLab