templates: Remove html5shiv
authorSimon McVittie <smcv@debian.org>
Thu, 15 Apr 2021 13:09:42 +0000 (14:09 +0100)
committerSimon McVittie <smcv@debian.org>
Wed, 4 May 2022 10:30:16 +0000 (11:30 +0100)
Internet Explorer is dead, or really should be, so let's not generate
references to external resources that can be a privacy breach.

Gbp-Pq: Topic gi-docgen
Gbp-Pq: Name templates-Remove-html5shiv.patch

subprojects/gi-docgen/gidocgen/templates/basic/base.html

index 36598ba68123fc9cf2dcdb48c841dee8d5719ece..a1be4abd3f797ba1e1304729670f5a3a7c4cb937 100644 (file)
@@ -52,7 +52,6 @@ SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-or-later
   <script src="search.js"></script>
   {% endif %}
   <script src="main.js"></script>
-  <!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
 </head>
 
 <body>