diff --git a/ws/Xmlmind/Patch/110_googleapisHttps.patch b/ws/Xmlmind/Patch/110_googleapisHttps.patch
new file mode 100644
index 0000000000000000000000000000000000000000..3ed6f0eb90a2f3fdf03a80d38694806d867ce84c
--- /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"