1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Remove privacy-breach for very old IE
the documentation was pulling some minified js from cloudflare
if old InternetExplorer was detected.
Author: Gürkan Myczko <gurkan@phys.ethz.ch>
Origin: Debian
Forwarded: no
Last-Update: 2021-11-30
--- milkytracker.orig/docs/ChangeLog.html
+++ milkytracker/docs/ChangeLog.html
@@ -144,9 +144,6 @@
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
- <!--[if lt IE 9]>
- <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
- <![endif]-->
</head>
<body>
<h1 id="milkytracker-changelog">MilkyTracker ChangeLog</h1>
|