templates: Remove html5shiv
authorSimon McVittie <smcv@debian.org>
Thu, 15 Apr 2021 13:09:42 +0000 (14:09 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 5 Nov 2021 16:46:50 +0000 (16:46 +0000)
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 debian
Gbp-Pq: Name templates-Remove-html5shiv.patch

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

index 963a73e1e2f10efde286bb1539a3c6950b863e4d..ace1da332a6e2a90f8bc96f6476dcb6110f7aa46 100644 (file)
@@ -47,7 +47,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>