From: =?utf-8?q?=C3=89tienne_Mollier?= <etienne.mollier@mailoo.org>
Date: Sat, 14 Sep 2024 09:48:28 +0200
Subject: fix privacy breach with html5shiv
Forwarded: not-needed
Last-Update: 2020-09-11

Actually the script called is commented out, except when reading the page with
Internet Explorer 9.  This patch makes sure the script is not called at all,
even if it is very unlikely that HTML document installed in Debian will ever
be read with this browser.
---
 Doc/cookbook/Restriction/Restriction.html | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Doc/cookbook/Restriction/Restriction.html b/Doc/cookbook/Restriction/Restriction.html
index 8f6c3de..1ae75d9 100644
--- a/Doc/cookbook/Restriction/Restriction.html
+++ b/Doc/cookbook/Restriction/Restriction.html
@@ -208,9 +208,6 @@
     code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
     .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="working-with-restriction-enzymes">Working with restriction enzymes</h1>
