aboutsummaryrefslogtreecommitdiffstats
path: root/pdml2html.xsl
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-07-20 16:11:39 +0100
committerAnders Broman <a.broman58@gmail.com>2019-07-20 20:50:59 +0000
commit36e1f782aa26fbaccffae5287be5a7ca0159e4ce (patch)
tree27e70147d91e45360dade239dccf11e340002dba /pdml2html.xsl
parent0afbedce6d14c9a687777444ade8b31feecc5e5f (diff)
epan,packaging: convert http URLs to https
Ensure that public text in error messages and dialogs point to https. Ensure that the generated PDML files include scripts over https. Change-Id: I75d42704c2bbb33b05492261b3e1d45dc6e301f9 Reviewed-on: https://code.wireshark.org/review/34027 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'pdml2html.xsl')
-rw-r--r--pdml2html.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdml2html.xsl b/pdml2html.xsl
index 02b77e0c22..8bac7f1aee 100644
--- a/pdml2html.xsl
+++ b/pdml2html.xsl
@@ -100,7 +100,7 @@
<html>
<head>
<title>poor man's Wireshark</title>
- <script src="http://ajax.googleapis.com/ajax/libs/dojo/1.4/dojo/dojo.xd.js" type="text/javascript"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/dojo/1.4/dojo/dojo.xd.js" type="text/javascript"></script>
<script type="text/javascript">
function set_node(node, str)
{