File: disable-web-fonts.patch

package info (click to toggle)
rmlint 2.10.2-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,180 kB
  • sloc: ansic: 15,671; python: 9,312; sh: 474; xml: 111; makefile: 72
file content (30 lines) | stat: -rw-r--r-- 1,308 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From: Carlos Maddela <e7appew@gmail.com>
Date: Sun, 30 Jul 2017 15:06:44 +1000
Subject: Disable use of web fonts to avoid possible privacy breach issues.

Description: Disable use of web fonts to avoid possible privacy breach issues.
Author: Carlos Maddela <e7appew@gmil.com>
Forwarded: not-needed
Last-Update: 2017-08-01
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---
 docs/_templates/layout.html | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 9ccc21c..793b1d5 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -2,11 +2,6 @@
 {% extends "!layout.html" %}
 
 {% block header %}
-<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Vollkorn" /><link rel='stylesheet' href='//fonts.googleapis.com/css?family=Vollkorn' type='text/css' />
-<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Vollkorn' type='text/css' />
-<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Vollkorn' type='text/css' />
-<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Vollkorn' type='text/css' />
-<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Vollkorn' type='text/css' />
 {% endblock %}
 
 {# Custom CSS overrides #}