File: removed-privacy-breach.patch

package info (click to toggle)
python-pygit2 0.24.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,356 kB
  • ctags: 1,803
  • sloc: ansic: 6,831; python: 4,184; makefile: 168
file content (18 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Removes privacy breach
 Removes ajax script from cdnjs.cloudflare.com.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-11-13

--- python-pygit2-0.21.4.orig/docs/_themes/sphinx_rtd_theme/layout.html
+++ python-pygit2-0.21.4/docs/_themes/sphinx_rtd_theme/layout.html
@@ -70,9 +70,6 @@
   {%- endblock %}
   {%- block extrahead %} {% endblock %}
 
-  {# Keep modernizr in head - http://modernizr.com/docs/#installing #}
-  <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
-
 </head>
 
 <body class="wy-body-for-nav" role="document">